SELECT TOP error

前端 未结 2 1636
别跟我提以往
别跟我提以往 2020-12-11 17:04

I have this mySQL script:

SELECT TOP 2 * FROM produse ORDER BY `id_produs` DESC

Generates this error:

#1064 - You have an e         


        
2条回答
提交回复
热议问题