ysql,如何快速入門使用?
ysqlysql。
1. 創(chuàng)建數(shù)據(jù)庫
ysqlydatabase的數(shù)據(jù)庫,可以執(zhí)行以下命令:
ydatabase;
2. 創(chuàng)建表
ysqlersameail三個字段,可以執(zhí)行以下命令:
ers (
id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,ame VARCHAR(30) NOT NULL,ail VARCHAR(50) NOT NULL
3. 添加數(shù)據(jù)
ysqlers表中添加一條數(shù)據(jù),可以執(zhí)行以下命令:
ersameail)doeple');
4. 查詢數(shù)據(jù)
ysqlers表中的所有數(shù)據(jù),可以執(zhí)行以下命令:
5. 更新數(shù)據(jù)
ysqlersaildoeail',可以執(zhí)行以下命令:
ersaildoeail' WHERE id=1;
6. 刪除數(shù)據(jù)
ysqlers表中id為1的數(shù)據(jù),可以執(zhí)行以下命令:
ers WHERE id=1;
ysqlysql。