Copy / Insert Data from one table to another table in SQL Server

Copy / Insert Data from one table to another table in SQL Server

Blue Sky Technology

6 лет назад

41,949 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@drpratapbhanu5597
@drpratapbhanu5597 - 12.07.2023 08:13

Please remove backup Twinning song

Ответить
@DB-jv7vi
@DB-jv7vi - 08.09.2022 08:15

I have an inventory table and a locations table. When i inserter the location column into the inventory table it shows null in the columns beside the columns with inventory data then finally shows the locations data on the right side after all the inventory data says null. How can i get the data beside each other?

Ответить
@itsmagic7797
@itsmagic7797 - 23.07.2022 19:10

It's not working

Ответить
@khushboogiri2876
@khushboogiri2876 - 11.07.2022 14:02

this is not working , showing db2 does not exist but its exist

Ответить
@katienefoasoro929
@katienefoasoro929 - 18.05.2022 16:22

i hvae tried in sql(livesqloracle):
CREATE TABLE CUSTOMERS(ID INT PRIMARY KEY, NAME VARCHAR2(20), AGE INT);
INSERT INTO CUSTOMERS VALUES(1, 'JACK', 20);
INSERT INTO CUSTOMERS VALUES(2, 'ALICE', 30);
INSERT INTO CUSTOMERS VALUES(3, 'JACKY', 25);
SELECT *FROM CUSTOMERS;

SELECT * INTO CUST FROM CUSTOMERS;

Ответить
@katienefoasoro929
@katienefoasoro929 - 18.05.2022 16:20

Hello great job. but it comes the same command create new_table and insert data at the same time.?

Ответить
@anthonyceze5589
@anthonyceze5589 - 17.04.2022 13:12

good job bro

Ответить
@fomznumbers8190
@fomznumbers8190 - 23.03.2022 16:16

Nice, really nice. Your video just saved me.
I mistakenly updated a live live database and had to restore only a certain table and your video helped.
Please note that if the exact table exists in the database if should be deleted before restoring.

Ответить
@manishprabhakaran1561
@manishprabhakaran1561 - 04.01.2022 10:31

Will it copy even the index of the table??

Ответить
@pranalibagwe1768
@pranalibagwe1768 - 06.10.2021 12:34

Hello Sir ,

Please let me know the script for moving only updated data from one table to another in a different database.
So the thing is, I have already created the new DB and restore few tables there. Now I only want to move data that is updated in those tables today or every day.

Please Help!

Ответить
@SatyendraSingh-ul5iq
@SatyendraSingh-ul5iq - 27.04.2021 17:39

Please make a video on ‘how to data migrate from one table to another Table by using store procedure in oracle.

Ответить
@adodixn7040
@adodixn7040 - 02.03.2020 12:50

Good one boss. But how can you copy from a table to another different table having different header configuration?

Ответить