Duke of Zhou's original flat _ Duke of Zhou's original shit

Who can talk about the usage of insert into ... choose ... from ... SQL?

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.