79259208

Date: 2024-12-06 19:51:00
Score: 0.5
Natty:
Report link

If this is a situation where all the tables you want to drop are in the same schema, then you can simply drop the schema if you'd rather not write out every table name

DROP SCHEMA my_database.my_schema CASCADE
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user16735583