Good day!
I just want to ask on how to drop a table. Let say all tables starting with "DailyCashSalesRpt". That means it will drop all tables starting that word.
I use this code but it will only delete one specified table name.. How to use this with like?
sql ="DROP TABLE IF EXIST DailyCashSalesRpt1453"
rs.execute sql
Thank you!