Insert ... select ... from where ...
This means selecting data from other tables and inserting it into one table.
The line of your sql completely conforms to this, that is, select data to insert into the feiyonggl table.
The selected data item should be exactly the same as the inserted data item (type).
Fields with colons should be your query variables.