I am using the above query. - TechRepublic
General discussion
September 21, 2011 at 09:26 PM
rahuloracle

I am using the above query.

by rahuloracle . Updated 14 years, 9 months ago

select employee_dept from employees WHERE employee_department = ‘IT’ AND ‘HR’;

Error report:
SQL Error: ORA-00920: invalid relational operator
00920. 00000 – “invalid relational operator”
*Cause:
*Action:

This discussion is locked

All Comments