1. mysql :

SELECT * FROM Member WHERE Country = "HK"ORDERBY RAND() limit 30

2. oracle : 

select id from tableName where rownum<100 order by dbms_random.value

相关文章:

  • 2022-12-23
  • 2022-02-17
  • 2022-01-06
  • 2022-12-23
  • 2021-11-17
  • 2021-11-24
  • 2022-02-09
猜你喜欢
  • 2021-11-15
  • 2021-06-03
  • 2022-01-05
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案