Avatar of breeze351
breeze351

asked on 

Export select records from a SQL table

I need to export certain records from a table and then import them into another table.

SELECT * FROM `survey_data` WHERE `UPDATE_DAT` < "20161001"

These are the records that I want.

How do I import them into the 'history' table?

Glenn
SQL

Avatar of undefined
Last Comment
breeze351

8/22/2022 - Mon