repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
error code changes in exp file
[csql.git]
/
test
/
tools
/
csql
/
exp.test000.ksh
blob
38e8719a1f7348c67f33d9b1227156c3aaac3ea3
1
CSQL
>
HELP
;
2
CSQL Command List
3
======================================================
4
SHOW TABLES
5
SET AUTOCOMMIT ON | OFF
6
COMMIT | ROLLBACK
7
SET ISOLATION LEVEL UNCOMMITTED | COMMITTED | REPEATABLE
8
CREATE TABLE | INDEX ...
9
DROP TABLE | INDEX ...
10
INSERT ...
11
UPDATE ...
12
DELETE ...
13
SELECT ...
14
QUIT
15
======================================================