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

Popular posts from this blog

java - JavaScript + Thymeleaf - select onchange -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

node.js - Using Node without global install -