SQL操作應(yīng)用——隨機(jī)取出10條數(shù)據(jù)
提問(wèn)人:ylm發(fā)布時(shí)間:2020-09-30
隨機(jī)取出10條數(shù)據(jù)
select top 10 * from tablename order by newid()
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
隨機(jī)取出10條數(shù)據(jù)
select top 10 * from tablename order by newid()
點(diǎn)擊加載更多評(píng)論>>