Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Obtain only alphabets from table
There is a table name "testtable". This table has three columns
col1(char), col2(int) and col3(char). The data in the table will be as
mentioned below:
How can i get only the alphabets and not numerics from Col3 with the order by caluse on Col2?
The result should be as follows:
A
B
C
Please help me out to obtain the result as mentioned above. Thanks in advance
Thanks,
Reddy
Received on Wed Jun 30 2004 - 01:16:14 CDT