| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to create dbms_stast.gather_table_stats script
right now it looks like this:
SELECT 'call DBMS_STATS.GATHER_TABLE_STATS('''',''' || table_name || ''',null)';' FROM user_tables;
is just can't keep in touch with all these apostrophes...
max Received on Fri Aug 23 2002 - 03:31:24 CDT
![]() |
![]() |