Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> sqlplus query
if anyone could help me on this one, i'd appreciate it:
the query i want to run is:
select object_name from user_objects where object_name like 'Q_%';
and the output returns:
QTEST
Q_TEST
i only want to see Q_TEST. what do i have to do to get sqlplus to
literally interpret the Q_ as a Q_
thanks in advance.
samuels_at_eniac.seas.upenn.edu
Received on Thu Mar 16 2000 - 13:11:39 CST
![]() |
![]() |