我正在尝试执行以下查询:
Insert into pligg_links_temp
select *
from pligg_links
WHERE link_id > 0 and link_id < 10000;
但我收到此错误:
#1146 - Table 'chris123_pligg.pligg_links_temp' doesn't exist when trying to execute query to create table
该表不存在,但应该在此过程中创建,还是我错了?