|
-
wht do u actually want???
can u give us some example?
(eg) [email protected] fro this do u want abc alone or xyz.com
"abc"
select substr('[email protected]', 1, instr('[email protected]', '@') -1 ) from dual;
"xyz.com"
select substr('[email protected]', instr('[email protected]', '@') +1 ) from dual;
Cheers!
Cheers!
OraKid.
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
|