首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

获取今天所有的帖子,如何写SQL server 语句?

2012-01-16 
获取今天所有的帖子,怎么写SQL server 语句???select*fromarticlewherexxxxxx[解决办法]select * from ar

获取今天所有的帖子,怎么写SQL server 语句???
select   *   from   article   where   =   xxxxxx



[解决办法]
select * from article where addTime=getdate()

热点排行