adding test scripts
[csql.git] / test / tools / csql / TODO
bloba1d742c97a2cf5409ac2b2a749b9a3eecdd28e2b
1 update t1 set f1 = f2 where f1 =100;
2 update t1 set f1 = 10, f2 = 20 where f1 =100;
3 update t1 set f1 = 10+ 20 where f1 =100;
4 update t1 set f1 = 200;
5 delete from t1;
6 AND with two different data types (int and char)
7 OR with two different data types (int and char)
8 BETWEEN with all data types
9 IN with all data types
10 Test -ve values for integer and with between operator
11 comparison (f1>f2) with two different data types (int and short, int and float, int and char)
15 Later
16 1.Total columns in unique, primary key constraint