SQL Tutorial #26 - SQL INSERT INTO SELECT Statement Example

preview_player
Показать описание
In this SQL Tutorial, we will learn about SQL INSERT INTO SELECT Statement with Example. INSERT INTO SELECT in SQL cop[ies data from one table to other. The data types of source table should match the data types of target table. Learn how to use INSERT INTO SELECT STATEMENT in SQL.

🌟 Please hit LIKE ❤️, SHARE, and SUBSCRIBE for more AMAZING courses

🌟 TEST AUTOMATION COURSES 🌟

🌟 MANUAL TESTING AND ISTQB COURSES 🌟

🌟 SOFTWARE TESTING MOCK INTERVIEWS 🌟

🌟 SOFTWARE TESTING INTERVIEW QUESTIONS AND ANSWERS 🌟

🌟 RESUME AND CAREER TIPS 🌟

🌟 API TESTING COURSES 🌟

🌟 PROGRAMMING COURSES 🌟

🌟 TEST MANAGEMENT TOOLS 🌟

🌟 AGILE TESTING TOOLS 🌟

🌟 ATLASSIAN JIRA COURSES 🌟

🌟 AGILE PROJECT MANAGEMENT COURSES 🌟

🌟 AGILE BASICS COURSE 🌟

🌟 FOLLOW US ON TWITTER 🌟

🌟 LIKE US ON FACEBOOK 🌟

🌟 OUR TUTORIAL WEBSITES 🌟

🌟 GET MY TRAININGS ON UDEMY 🌟

✨ Tags ✨
SQL INSERT INTO SELECT Statement Example,insert into select,sql insert,insert into,sql insert into,sql insert command,sql insert into select statement,insert into select sql server,insert into select statement,what is insert in sql,sql tutorial video,beginner sql video,sql videos youtube,sql video training,sql video course,sql video tutorial,sql videos,insert into select in sql,sql tutorial,sql tutorial for beginners,software testing mentor sql

✨ Hashtags ✨
#SqlTutorial #SQL #SqlCourse #SqlBaiscs #MySQL #MySQLTutorial #LearnSql #RcvAcademy #SoftwareTestingMentor

🌟 Join this channel to support my work 🌟
Рекомендации по теме
Комментарии
Автор

Hi,
Please find my below requirement:
I want to insert into a table having 70 columns from a select query of same table. But for the new record 69 columns remains same and 1 column will have to insert with the new value.

Can you please suggest any best solution. Because if I use below method, I have to select all 70 columns.
Insert into T1 select c1, c2, ...c70 from T1 where c1=<some value>

I hope you understood my requirement

parthibanbabu
Автор

Poora lecture shi tha last m bkr kr diya 😑 itna confusion kyu de rhe ho sir😑😑😑

OOOOSweta