telegram_7402084508
@telegram_7402084508:nichi.co
2 messages · Page 1 of 1
telegram_7402084508
好吧。。
telegram_7402084508
有无懂 SQL 的?以下为何报错,正确语句是什么?
MariaDB [mangos]> select * from variables limit 3;
+-------+------------+
| index | value |
+-------+------------+
| 17440 | 1761266391 |
| 17004 | 1761266391 |
| 17139 | 1761266391 |
+-------+------------+
3 rows in set (0.003 sec)
MariaDB [mangos]> select * from variables where index = 17440;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for theright syntax to use near 'index = 17440' at line 1
Page 1 / 1