more work towards working where
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -17,7 +17,9 @@ int main(int argc, char *argv[]) {
|
||||
"insert into a (i, s) values(2, 'two')",
|
||||
"insert into a (i, s) values(3, 'two')",
|
||||
"insert into a (i, s) values(4, 'four')",
|
||||
"select i, s from a where i > 2"
|
||||
"select i, s from a where i > 2",
|
||||
"select i, s from a where i = 1",
|
||||
"select i, s from a where s = 'two'"
|
||||
// "update a set s = 'three' where i = 3"
|
||||
// "delete from a where i = 3"
|
||||
// "select i, s from a where i > 0"
|
||||
|
||||
Reference in New Issue
Block a user