sqliteDropTable
cmd ::= DROP TABLE nm(X). {sqliteDropTable(pParse,&X,0);}
sqliteDropTable(pParse, &X, 1);
void sqliteDropTable(Parse*, Token*, int);