SQL tutorial 34: How to copy /Insert data into a table from another table using INSERT INTO SELECT

SQL tutorial 34: How to copy /Insert data into a table from another table using INSERT INTO SELECT

Manish Sharma

10 лет назад

66,368 Просмотров

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


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

@sanchitagorai5695
@sanchitagorai5695 - 15.03.2023 05:14

Can I put first name in select statement passing only string as per requirement inserting same data for other person in same table

Ответить
@shitaljadhav5294
@shitaljadhav5294 - 02.10.2021 13:15

How to copy table data from another scheme.

Ответить
@tejashrimote105
@tejashrimote105 - 13.07.2021 15:29

hi Manish, your explanation is very nice n understandable but you video has no sound

Ответить
@siddhanttripathy8975
@siddhanttripathy8975 - 24.03.2021 12:31

how to copy the coloums from 1 table to other?

Ответить
@debasishdutta0438
@debasishdutta0438 - 14.01.2021 16:15

Thanks bro I m watching your video now and really enjoying your content.

Ответить
@srajanjain2541
@srajanjain2541 - 02.12.2020 12:49

Auto generated caption is saying "This is Money" : )

Ответить
@ANIMABAIN
@ANIMABAIN - 26.08.2020 11:11

If there is no table available then we can create a table and copy the data from other tables like: create table table_name as select * from table_name; create table table_name as select column1,column2....column_names from table_name; :)

Ответить
@Marksmwangi
@Marksmwangi - 10.04.2020 02:53

GREAT

Ответить
@SheikhMirazMirza
@SheikhMirazMirza - 24.09.2019 21:50

how can I do this by php?

Ответить
@avtarsashia4897
@avtarsashia4897 - 08.09.2019 05:35

thanks too much bro

Ответить
@baddoumohamed8771
@baddoumohamed8771 - 18.04.2019 15:51

good job ...whath about mysqli haw i can do it

Ответить
@kasaramonimallesh508
@kasaramonimallesh508 - 17.04.2019 19:44

Hi Manish , Could you please make video on the Merge Into .

Ответить
@__und3f1n3d__
@__und3f1n3d__ - 09.09.2018 06:53

Great Work, man!
it works!

Ответить
@vivekkasera9915
@vivekkasera9915 - 07.01.2017 14:40

Thank you so much manish sir...for video
i have a question ...like i want to update contact column .....i want to add +91 infront of all contacts... how can i do for whole column...plz do reply me.

Ответить
@PrabhatKumar-du6bp
@PrabhatKumar-du6bp - 18.12.2016 20:12

i want to count delimeter in row in sql

Ответить
@sourabhchakraborty369
@sourabhchakraborty369 - 25.11.2016 08:36

Dear Sir,

Can you suggest the Best Books for understanding these stuffs.
You are doing very good job sir.
Thankyou so much for this.

Ответить
@prasantamohanty7491
@prasantamohanty7491 - 26.09.2016 17:48

Very good and thanks lot,
Keep posting such types of videos.

Ответить
@iranpop80slover
@iranpop80slover - 19.08.2016 06:21

this is maneeesh ! I like how happy you get when you say your own name

Ответить
@KARTHIKK-hf5wj
@KARTHIKK-hf5wj - 24.05.2016 10:54

thank you for the wonderful tutorial.

Ответить
@tyagrajsonawane
@tyagrajsonawane - 01.03.2016 19:03

Hi Manish you showed how to insert data from one table to another .Lets take example of yours I want to load exact table except i want to insert first 3 CHAR of column FIRSTNAME then how to do this?? any suggestion

Ответить
@mks2613
@mks2613 - 27.09.2015 19:31

thanks....cool stuff

Ответить
@adalife8222
@adalife8222 - 26.03.2015 19:18

how i can use this in php ? 

Ответить
@Markki28
@Markki28 - 23.09.2014 21:46

i have a question sir, i want to add another condition on the where clause like this "tbl1.field1 = tbl2.field1", where can i declare this next condition?? on the where of SELECT statement or on the where of INSERT INTO statement?? thank you for the answer in advance... 

Ответить
@ahsanulhaque4075
@ahsanulhaque4075 - 07.08.2014 14:00

many many thanks

Ответить