Hi All,
PLease help me solve this syntax error.
select * ,'ALL' as all from TEST.SAMPLE;
Error:
3:42:37 [SELECT - 0 row(s), 0.000 secs] [Error Code: -104, SQL State: 42601] An unexpected token "*" was found following "select ". Expected tokens may include: "?".
Trying to add a column to the select results.
Thanks in Advance,
Venky