Показать сообщение отдельно

  #2  
Старый 18.07.2022, 02:40
McLore
Постоянный
Регистрация: 27.06.2016
Сообщений: 564
С нами: 5198678

Репутация: 118


По умолчанию

How to import data from one table to another table in sql

I have two database there is two table both databse how to import data from database table to another database table in sql2008 standard edition. I have tried to export/import function but no luck .

stackoverflow.com


Insert all values of a table into another table in SQL

I am trying to insert all values of one table into another. But the insert statement accepts values, but i would like it to accept a select * from the initial_Table. Is this possible?

stackoverflow.com
 
Ответить с цитированием