Archive

Archive for the ‘Uncategorized’ Category

Search table

Tuesday, 18 August, 2009 Baur Leave a comment
SELECT *
  FROM user_all_tables
 WHERE TABLE_NAME LIKE UPPER('%ISSCR%')
       AND TABLE_NAME NOT IN (SELECT TABLE_NAME
                                FROM user_all_tables
                               WHERE TABLE_NAME LIKE '%$%'
                                     OR TABLE_NAME LIKE '%REP%');
Categories: Uncategorized Tags:

Protected: avatar

Friday, 5 January, 2007 Baur Enter your password to view comments

This post is password protected. To view it please enter your password below:


Categories: Uncategorized