added todo notes
This commit is contained in:
parent
6d5f42daf7
commit
4ee7863ddd
|
@ -76,7 +76,10 @@ statement:
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
////// TODO:
|
||||||
|
// join
|
||||||
|
// limit
|
||||||
|
// order by
|
||||||
|
|
||||||
select_statement:
|
select_statement:
|
||||||
SELECT expr_list from_clause where_clause group_clause
|
SELECT expr_list from_clause where_clause group_clause
|
||||||
|
|
Loading…
Reference in New Issue