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 8713065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:15:18+00:00 2026-06-13T05:15:18+00:00

I was wondering if we can do a select from dual and place our

  • 0

I was wondering if we can do a select from dual and place our results at any of the result row? My desired result will be:

 CID        EXT
------    ------
ALL       ALL
--        --
DATAA     DATAA
DATAB     DATAB
DATAC     DATAC

I was doing

SELECT 'ALL' AS "CID"
   , 'ALL' AS "EXT"
FROM DUAL
UNION
SELECT *
FROM
(
   SELECT DISTINCT COLUMN AS "CID"
      ,  COLUMN AS "EXT"
   FROM TABLEA
)  

but my results were

CID        EXT
------    ------
--        --
ALL       ALL
DATAA     DATAA
DATAB     DATAB
DATAC     DATAC
  • 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-13T05:15:19+00:00Added an answer on June 13, 2026 at 5:15 am

    OK, I think I found out the answer. If I used Jeffrey’s answer, I will get

    ERROR: ORA-01785: ORDER BY item must be the number of a SELECT-list expression
    

    So, I just changed to

    SELECT 'ALL' AS "CID" , 'ALL' AS "EXT" FROM DUAL
    UNION 
    SELECT * FROM
    ( 
    SELECT DISTINCT COLUMN AS "CID",  COLUMN AS "EXT"
     FROM TABLEA ORDER BY "CID", "EXT"
    )  
    

    Then my results work.

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

Sidebar

Related Questions

I was wondering how I can get something like this: SELECT * from `table`
I am wondering how you can print the results from the following Perl code
I was wondering how I can select the output device for audio in directshow.
i was wondering if jquery can be used to manipulate my select html element
I'm just wondering how I can retrieve a specific value (only 1 thing will
I'm working on ajax comments and wondering how I can get the items from
I was wondering how you can select columns. Above you can see the sql
Is it ok if you do $TEST = $LINK->query(SELECT * FROM `users`); while($ROW =
SELECT pub FROM Publisher pub JOIN pub.magazines mag WHERE pub.revenue > 100 I'm wondering
was wondering how can I create a sub drop down box upon selecting a

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.