Skip to content

Commit e3b1e86

Browse files
committed
add readme
1 parent 9cbe740 commit e3b1e86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Oracle SQL Parser
2+
this is an oracle sql parser
3+
4+
## supported statement
5+
|statement| sub statement |yacc|ast|
6+
|----|----|----|----|
7+
|Alter table|Add column| yes|yes|
8+
|Alter table|Modify column| yes|no|
9+
|Alter table|Drop column| yes|no|
10+
|Alter table|Rename column| yes|no|
11+
12+
## usage
13+
```go
14+
15+
```

0 commit comments

Comments
 (0)