-1
SHOW COLUMNS FROM ranks LIMIT 3,6
顯示誤差:MySQL查詢SHOW柱LIMIT
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 3,6' at line 1
我用Google搜索這個問題,我沒有發現任何幫助。
這是成爲MySQL的錯誤嗎?
RTFM:http://dev.mysql.com/doc/refman/5.0/en/show-columns.html對「顯示列」沒有「限制」支持。 –
你不能這樣做。然而,您可以查詢INFORMATION_SCHEMA.COLUMNS表。 – Wrikken
你不能這樣做 –