|
-
I am not clear what you want ..
Extract second char and
and use any number function to find it is number or not
If not number it will error out
example
select abs(itmid) from ccs_orders where rownum < 2
*
ERROR at line 1:
ORA-01722: invalid number
If it is number
SQL> select abs(acweek) from ccs_orders where rownum < 2;
ABS(ACWEEK)
-----------
1
Raghu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|