【发布时间】:2013-11-08 06:48:55
【问题描述】:
【问题讨论】:
-
纠正你的小提琴
DDL and DML statements are not allowed in the query panel for MySQL; only SELECT statements are allowed. Put DDL and DML in the schema panel.是错误
标签: mysql
【问题讨论】:
DDL and DML statements are not allowed in the query panel for MySQL; only SELECT statements are allowed. Put DDL and DML in the schema panel.是错误
标签: mysql
DELETE c
FROM `chat_history3` c
inner join
(
select message_id from `chat_history3`
where clan_id=4
ORDER BY message_id DESC
limit 30, 30000
) x
on c.`message_id` < x.`message_id`
【讨论】: