摘要:
6、查询所有数据 select * from Info 查所有数据 select Code,Name from Info 查特定列 7、根据条件查 select * from Info where Code='p001' 一个条件查询 select * from Info where Code='p 阅读全文
posted @ 2019-12-06 09:04
Damocless
阅读(173)
评论(0)
推荐(0)