2017年4月23日
摘要: IF DB_ID('Wages') IS NOT NULLDROP DATABASE WagesGOcreate database Wages if OBJECT_ID('StudentInfo','U') IS NOT NULL DROP TABLE StudentInfoGO CREATE TA 阅读全文
posted @ 2017-04-23 00:04 小柑 阅读(134) 评论(0) 推荐(0) 编辑