2016-08-22 創(chuàng)建一個(gè)名稱為mydb1的數(shù)據(jù)庫,如果有mydb1數(shù)據(jù)庫則直接使用,如果無則創(chuàng)建mydb1數(shù)據(jù)庫create database if not exists mydb1;create database if not exists mydb1;創(chuàng)建一個(gè)使用UTF8字符集的mydb2數(shù)據(jù)庫,注意這里不是U http://www.vxbq.cn/datay/26647.html
2016-07-11 這篇承接上一篇《mysql必會(huì)sql語句》:http://blog.csdn.net/qq_32059827/article/details/51763950這一篇屬于加強(qiáng)版,問題和sql語句如下。創(chuàng)建users表,設(shè)置id,name,gender,sal字段,其中id為主鍵drop table i http://www.vxbq.cn/datay/25940.html