Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7812911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:40:08+00:00 2026-06-02T04:40:08+00:00

I recently added a sorting field and now I want to sort the result.

  • 0

I recently added a sorting field and now I want to sort the result. I could do it in PHP or directly on the database. So I tried the second one:

SELECT *
FROM constructions
AS whole
INNER JOIN
(
    SELECT DISTINCT construction
    FROM data
    AS results
    WHERE product =2
    AND application =1
    AND requirement =1
)
ON whole.id = results
ORDER BY whole.sorting

I tried to use inner join to match the complete table with the result set. But I can’t get it working (#1248 - Every derived table must have its own alias). I tried to use the alias but something is still wrong. Perhaps I shouldn’t user inner join and use IN() instead.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T04:40:11+00:00Added an answer on June 2, 2026 at 4:40 am

    2 obvious errors in the syntax:

    SELECT *
    FROM constructions
    AS whole
    INNER JOIN
    (
        SELECT DISTINCT construction AS results
        FROM data
        WHERE product =2
        AND application =1
        AND requirement =1
    ) AS a
    ON whole.id = a.results
    ORDER BY whole.sorting
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently added a parameter to one of the method of a wcf. It
I recently added a new column to a MySQL database (featured), then added that
We recently added a second build machine to our build environment and began experiencing
I recently added new property in one class, its list property and I have
I have recently added a new column (age) to a database table (user). I
I recently added a new project to my Visual Studio 2008 solution. Now, as
We recently added auditing to our database. A colleague implemented it using triggers and
I recently added some SQL functions to my database via a migrate, and they
I recently added a new table to my database and am getting the following
I recently added slug fields to my MySQL database models (I don't know why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.