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

node.js - Using Node without global install -

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

java - Null response to php query in android, even though php works properly -