Friday, December 9, 2011

Oracle finding columns

 

finding columns

Find all tables that have at least one column that matches a specific PATTERN in the column name

 SELECT       TABLE_NAME,       COLUMN_NAME    FROM       ALL_TAB_COLUMNS    WHERE       COLUMN_NAME LIKE '%PATTERN%';

Thursday, December 8, 2011

iphone courses online

iOS programming resources online ; 

http://teamtreehouse.com

Blog Archive