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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:23:40+00:00 2026-05-23T16:23:40+00:00

In Oracle, how do I add a generated column to my result-set? In other

  • 0

In Oracle, how do I add a generated column to my result-set? In other words, how do I do the following in Oracle:

SELECT (col4 * (col1+col2+col3) + 13) as gen1, *
  FROM table1
  WHERE col3 > 123
    AND col4 = 5
  ORDER BY col1, col2

This query works in MySQL and MSSQL. But for some reason, I can’t get it to work with Oracle! Please help! Thanks

  • 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-23T16:23:40+00:00Added an answer on May 23, 2026 at 4:23 pm

    It should work if you qualify the * with the table name (or the alias name if you use one)

    SELECT (col4 * (col1+col2+col3) + 13) as gen1, table1.*
      FROM table1
      WHERE col3 > 123
        AND col4 = 5
      ORDER BY col1, col2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Oracle database column, say col1, that has the following values: Col1
I've encountered strange behavior of Oracle DBMS. With the SQL quoted below result set
I want to add the oracle jdbc driver to my project as dependency (runtime
Yesterday I wanted to add a boolean field to an Oracle table. However, there
I'm being asked to add queryability to a database (Oracle) filled with mostly binary
how to add multimedia files(such as images) in a database(SQL SERVER or ORACLE)
I am using Oracle 11g client, with ODP.NET. I am trying to add conditional
I have a PHP application using an Oracle XE database. Whenever I add a
I'm fairly new to Oracle and very new to APEX. I'm trying to add
I am trying to add a constraint (in Oracle), that restricts the user from

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.