Bert Gombos
Member²
This doesn't work correctly.
-- Totals=[max
ct_free]
select *
from user_tables;
This causes warning: Unknown column for totals: "PCT_FREE]"
But "-- Totals=[max
ct_free" works sometimes.
How can I use multiple directives?
-- Totals=[max

select *
from user_tables;
This causes warning: Unknown column for totals: "PCT_FREE]"
But "-- Totals=[max

How can I use multiple directives?