INSERT INTO table2 SELECT * FROM table1
INSERT INTO Customers (CustomerName, Country) SELECT SupplierName, Country FROM Suppliers WHERE Country='Germany'
No comments:
Post a Comment