mlsql 基本操作

數據庫的操作: 1.創建 create databases python_test_01(庫名,自定義)chaeset = utf8; 2.刪除 drop database python_test_01; 3.選擇使用數據庫 use python_test_01; mysql支持多種類型,大致分爲三類:數值,日期/時間和字符串(字符)類型 創建班級表 use python_test_01; cre
相關文章
相關標籤/搜索