摘要:
查询: 1.简单查询 select * from Info --查所有数据select Code,Name from Info --查指定列的数据select Code as '代号',Name as '姓名' from Info --给列指定别名 2.条件查询 select * from Info 阅读全文
posted @ 2016-08-26 11:32
蓝茶桑
阅读(153)
评论(0)
推荐(0)
浙公网安备 33010602011771号