1.1.1 取前n条记录
SQL Server: Select top n * from xtable
Oracle:Select * from xtable where rownum <=n
DB2:Select * from xtable fetch first n rows only
1.1.2 取当前日期
SQL Server: Select getdate()
Oracle: Select sysdate from dual
2009-11-03 09:51
2009-09-23 11:38
2009-09-19 11:42
2009-09-19 11:09
2009-09-11 17:49
|
默认分类(21)
代码艺术(61)
Windows Kernel(65)
逆向分析(24)
信息安全(43)
原创/整理(13)
口水~~(1)
漏洞分析(4)
Os(16)
Database(4)
安全评估/加固/应急响应(7)
安全标准(1)
web安全(18)
游戏安全(3)
|