asp.net[c#]如何从数据库中随机的读取5条数据

2025-01-21 01:04:46
推荐回答(1个)
回答1:

select top 5 * from tablename order by newid()

利用newid函数