Search found 1 match

by antony_xavier
Sun Sep 23, 2007 5:23 am
Forum: Oracle Forms & Reports
Topic: Error in Query
Replies: 1
Views: 1596

Error in Query

I am getting one error in the following query when using in Forms.The error is "Encounted Symbol "("When expecting one of the Following: ,from ).
But the same query is working in Sql Plus.Please Help

Thanks
Ax

Query
--------
select att_empcode,
max(decode(column#,1,att_time)),
max(decode(column ...