摘要:
SQL SERVER:select top 2 * from pt_login order by newid()MY SQL:select * from tablename order by rand() limit 10ORACLE:select *from (select *from t order by dbms_random.value) where rownum0 empty T... 阅读全文
posted @ 2006-09-10 17:32 孜孜 阅读(376) 评论(0) 推荐(0)
浙公网安备 33010602011771号