Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> sqlplus query

sqlplus query

From: Maurice Samuels <samuels_at_red.seas.upenn.edu>
Date: 16 Mar 2000 19:11:39 GMT
Message-ID: <8arblb$oa0$1@netnews.upenn.edu>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US