mysql查询单条数据查询
时间:2014-03-30 04:22:21
收藏:0
阅读:550
select id,name from where id=1
select id,name from where id=1 limit 1====》很快
如果id是主键就无所谓
本文出自 “Linux运维” 博客,请务必保留此出处http://2853725.blog.51cto.com/2843725/1386593
原文:http://2853725.blog.51cto.com/2843725/1386593
评论(0)