随笔分类 -  Oracle

摘要:select 1 from table 如果该表有记录,则得到常量1,有多少条记录就得到多少条1select 1 from table where status=-1 limit 1有这种状态的记录返回1 。如果没有这种状态的记录返回空 阅读全文
posted @ 2014-04-04 20:13 keia 阅读(257) 评论(0) 推荐(0)