Hi
Can you pls help me on this
I have 300 tables starting 'ABC_' and I would like to drop all these table starting with this
drop table select table_name from all_tables where table_name like '%ABC_%'
but the above query is not working,pls help me on this
Thanks a lot