Base insert into syntax

I get the error “de selectie ontbreekt” (selection is missing) on the following INSERT INTO :
INSERT INTO “Countries”(“Ctry_Code”, “Ctry_TelPrefix”, “Ctry_Name_EN”) SELECT “Ctry_Code”, “Ctry_TelPrefix”, “Ctry_Name_EN” FROM “CtryCodes_Tbl”.

I cannot find what I’m doing wrong.

Can any one tell me what I’m doing wrong here ?

I think, I found what’s going wrong. Base queries can apparently only be “Select” commands.

When I execute the above SQL command in the “Execute SQL Command” dialogue window that opens on the Extra/SQL Menu option, the command executes without any problem.

I hope this will save other people the hours of lost time that I spend on this.