Viewing post 1 (of 1 total)
Just for the record (I know this is an old thread).
You can't do this in Oracle:
"select name, decode(total > 250, "pass","fail") status from student"
The syntax for the decode function is:
decode(...
January 27, 2009 at 7:39 am
#933183