Revision history of "Plsql search columns"

From John Freier
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 16:48, 27 December 2012Jfreier (Talk | contribs). . (150 bytes) (+150). . (Created page with 'Search for a column. select * from all_tab_columns where 1=1 and owner = 'OWNER' --and table_name = 'TABLE' --and column_name LIKE '%COLUMN%';')