code reorg and moving files to csql base directory
[csql.git] / test / tools / UserStmt / exp.test002.ksh
blobf50d8b41f307bd76347dba2045e1b75eda0d1751
1 echo create user lakshya password 'lakshya123';
2 Statement Executed
3 echo create user lakshyatraining password 'lakshya123';
4 Statement Executed
5 echo create user lakshyasolution password 'lakshya123';
6 Statement Executed
7 echo show users;
8 =============UserNames===================
9 root
10 lakshya
11 lakshyatraining
12 lakshyasolution
13 =========================================
14 echo drop user lakshya;
15 Statement Executed
16 echo drop user lakshyatraining;
17 Statement Executed
18 echo drop user lakshyasolution;
19 Statement Executed
20 Test Passed