Revision history of "Using dbms xmlgen as a means of dynamic SQL"

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) 08:49, 13 December 201110.250.159.106 (talk). . (1,777 bytes) (+1,777). . (Created page with " select table_name , to_number( extractvalue( xmltype( dbms_xmlgen.getxml( 'select count(*) c from '||table_name) ),'/ROWSET/ROW/C') ) count from user_tables; TABLE_NA...")