随笔分类 -  数据库

摘要:select * from 表名where id = '226'and amt in ('1','10')and nbr='2'order by gmt desc;update 表名 set gmt=now() where nbr='20' 更新为现在时间update 表名 set gmt... 阅读全文
posted @ 2015-07-06 11:14 sky123123 阅读(141) 评论(0) 推荐(0)