Quote:
select * from schemaname.call_detail where calldate = '05/07/2011' and
where callid in (select CALLID from schemaname.CALLIDLIST_TAB)
|
If you couldn't find an error in this SQL,
you should learn SQL again from beginning.
Don't stick too much on error message text.
Most time, error message text is a key to solve the issue.
But, if the error was syntax error(SQL0104N, SQLSTATE=42601),
sometimes the message text may mislead you.