91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql增刪改查

發布時間:2020-06-13 11:25:52 來源:網絡 閱讀:541 作者:echoroot 欄目:MySQL數據庫


  • 創建數據表:

mysql> use simonwang

Database changed

mysql> show tables;

Empty set (0.00 sec)

mysql> create table t1 (`id` int(4), `name` char(40));

Query OK, 0 rows affected (0.01 sec)

  • 插入數據:

mysql> insert into studytable values(1,'test');

Query OK, 1 row affected (0.00 sec)

mysql> select * from studytable;

+------+------+

| id   | name |

+------+------+

|    1 | test |

+------+------+

1 row in set (0.00 sec)

  • 修改數據:

mysql> update studytable set name='updatetest' where id='1';

Query OK, 1 row affected (0.00 sec)

Rows matched: 1  Changed: 1  Warnings: 0

mysql> select * from studytable;

+------+------------+

| id   | name       |

+------+------------+

|    1 | updatetest |

+------+------------+

1 row in set (0.00 sec)

  • 清空數據表:

mysql> truncate table studytable;

Query OK, 0 rows affected (0.00 sec)

mysql> select * from studytable;

Empty set (0.00 sec)

  • 刪除數據表

mysql> drop table studytable;

Query OK, 0 rows affected (0.00 sec)

  • 刪除數據庫:

mysql> drop database simonwang;

Query OK, 0 rows affected (0.01 sec)



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

孟村| 大荔县| 宣武区| 永昌县| 五原县| 乌拉特中旗| 伊宁市| 安顺市| 绥芬河市| 邯郸县| 黎平县| 西林县| 界首市| 合作市| 襄汾县| 马尔康县| 资阳市| 方山县| 益阳市| 资中县| 桃园县| 信丰县| 祁门县| 绍兴市| 蒙山县| 石门县| 新丰县| 衡东县| 普安县| 高州市| 平邑县| 黎城县| 琼结县| 亚东县| 垫江县| 襄城县| 汨罗市| 黄龙县| 兰西县| 石阡县| 晋中市|