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

  • SEARCH
  • Home
  • 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 6870289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:39:56+00:00 2026-05-27T03:39:56+00:00

If I have a table with data in the following format: id itemID projectID

  • 0

If I have a table with data in the following format:

id  itemID  projectID   position_X   position_Y
________________________________________________
1    2677      10         -289         -27
2    2653      10         -403          253
3    337       10         -23          -77
4    2456      10          50           130 

and I need to create 3 different queries to output results as a list where:

  1. “X” axel is more important
  2. “Y” axel is more important
  3. Whatever makes more sense based on the chart

How would I do that?

enter image description here

  • 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-05-27T03:39:56+00:00Added an answer on May 27, 2026 at 3:39 am

    Alright, given the comments on the OP, I would say your 3 queries would be something like:

    1. SELECT position_X, position_Y FROM <tablename> ORDER BY position_X DESC, position_Y DESC;
    2. SELECT position_X, position_Y FROM <tablename> ORDER BY position_Y DESC, position_X DESC;
    3. SELECT positon_X, position_Y FROM <tablename> ORDER BY <desiredcolumn> DESC;

    (Keeping in mind I don’t know the table name, or the exact sort order of the third query)

    Given the data you’ve posted, outputting these three queries in order would give you:

    First Query:

    50, 130

    -23, -77

    -289, -27

    -403, 253

    Second Query:

    -403, 253

    50, 130

    -289, -27

    -23, -77

    (Query three isn’t certain due to not having a decision on what sort order)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have data in a table in following format ID DocNumber RevOrder 1 DOC-001
I have data in the following format in a sql server database table [CPOID]
I have a table that has the following format for the data. All I
I have a log table with the following format (and sample data): date |
I have data in the following format in a table: Acct# Amount 123 3.4
Suppose we have the following table data: ID parent stage submitted 1 1 1
I have table that I insert data with following query (from c# code): INSERT
Let's say I have a table containing following data: | id | t0 |
I have a table with the following data: id | numbers | date ----------------------------------
I have the following table and data in SQL Server 2005: create table LogEntries

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.