To find out " dot" using substr in oracle
Hi ,
I would like to find "Dot" between Schemaname and table name using substring in Oracle . I am using oracle 9i.I can't use Regexp in Oracle 9i
Schemaname .tablename
Table name can be any no of characters
Schema name also can be any no of characters
Regards,
User