Select records from the database from the database

zhaozj2021-02-16  58

In SQL, you can do this

Select Top 1 * from xxx order by newid (), where newID () is the SQL own function.

转载请注明原文地址:https://www.9cbs.com/read-15021.html

New Post(0)