sql - EXPLAIN in postgresql not working -
i have following sql code it's not working, says syntax error:
explain drop table cool_table does know why?
i wrote question because taught use explain before running query on database avoid running task that's database processing, no 1 told me don't use explain before drop. had question why explain not working drop.
it should not work - ddl statements has no plan - explain has nothing show.
Comments
Post a Comment