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!

invalid number of arguments

AmivaJan 15 2013 — edited Jan 15 2013
i am getting error while running the following query.

to find max(two date columns)
 SELECT                 
         max(print_date,inv_date)
          
 FROM Temp;

     
This post has been answered by Frank Kulash on Jan 15 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2013
Added on Jan 15 2013
4 comments
799 views