次のクエリを実行しようとしています。
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
テーブルは存在しませんが、プロセスで作成する必要がありますか、それとも間違っていますか?