赞
踩
SELECT * FROM gs_employee_user B JOIN ( SELECT CEIL( MAX( ID ) * RAND( ) ) AS ID FROM gs_employee_user ) AS m ON B.ID >= m.ID LIMIT 1