Skip to content

Commit f7e24e7

Browse files
author
phosco@gmx.de
committed
ADD: two supported statements (EXPLAIN and DESCRIBE)
git-svn-id: https://php-sql-parser.googlecode.com/svn/trunk@1348 44dcfd11-89b7-3d55-2063-5c365055f77f
1 parent 82bcc19 commit f7e24e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
2020
SET
2121
DROP
2222
CREATE INDEX
23-
CREATE TABLE
23+
CREATE TABLE
24+
EXPLAIN
25+
DESCRIBE
2426

2527
###Other SQL statement types
2628

0 commit comments

Comments
 (0)