摘要: mysql SELECT VERSION(), CURRENT_DATE, now();select user(); create database pets;show databases; use pets; CREATE TABLE cats( id INT unsigned NOT NULL 阅读全文
posted @ 2016-10-13 20:35 dahuandahuan 阅读(182) 评论(0) 推荐(0)