2006年9月5日
摘要: SQL SELECT TOP N equivalent in ORACLE and MySQL Something I needed today... I wish this was standarized, but it is not, so here are some examples: SQL Server: SELECT TOP 10 product, descr, email FRO... 阅读全文
posted @ 2006-09-05 18:13 KADreams 阅读(439) 评论(0) 推荐(0)