Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Max in where clause

468318Mar 28 2006 — edited Mar 28 2006
I want to query statement with maximum value in COLUMN A

Example:

SELECT COLUMN_B
FROM TABLE
WHERE max(COLUMN_A)

How to do it? This query seems wrong.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2006
Added on Mar 28 2006
4 comments
762 views