About
Pricing
Community
Teams
Start Free Trial
Log in
breeze351
asked on
11/1/2017
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
3
2
Last Comment
breeze351
8/22/2022 - Mon