PL SQL script to drop tables with a certain name
824902Dec 17 2010 — edited Dec 17 2010So, I have some SQL server scripts that do this but Im finding they don't work for Oracle. Essentially I want to select and then drop all tables that begin with the name "Straw_" and then might be followed by anything (typically a random set of numbers and letters).
Thanks in advance for the help!