Тёмный

Delete Duplicate Rows from SQL Table using 3 ways 

GetSet SQL
Подписаться 2 тыс.
Просмотров 22 тыс.
50% 1

In This Tutorial you will learn how to Delete duplicate rows in SQL Server
GetsetSQL Blog: www.getsetsql.com
RU-vid Channel: / getsetsql
Facebook: / getsetsql
Quora: www.quora.com/Amitesh-Bi/
Twitter: / getsetsql
Twitter: / amiteshdba
LinkedIn Group: / 10541375
LinkedIn Profile: / amitesh-srivastava
Music: Music: www.bensound.com

Опубликовано:

 

28 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@dshantanub27
@dshantanub27 Год назад
best explanation ever bro. You won't believe I was not understanding this concept untill I saw this video. TYSM bro
@sukumar44
@sukumar44 2 года назад
Important advice for everyone watching this video: Please don't use the temporary table way to delete duplicates. By any chance, if your session is timed out you will loose all your data(backup). I have seen this happening in live projects. It not a good practice to truncate your main tables either.
@Chadner
@Chadner 2 года назад
Thats what I thought too, even though it is the easier way it does feel reckless to just dump everything without a safe backup. What about creating a new real table with the same attributes, then copying the data to it and only then dropping the original table?
@relangirama
@relangirama Год назад
nice explanation
@movingcloud5253
@movingcloud5253 2 года назад
Nice one 👍👍👍👍👍❤️❤️❤️
@jeetendrasahani1428
@jeetendrasahani1428 2 года назад
when use insert into table _name select * from # table _name - it is showing error like not supply and match values
@shashanksingh3838
@shashanksingh3838 Год назад
it's throwing an error: Error Code: 1288. The target table remove_duplicate of the DELETE is not updatable
@karandholakia1555
@karandholakia1555 3 года назад
Which tool is this to run queries ?
@Amitesh.Shrivastava
@Amitesh.Shrivastava Год назад
SQL Server Management Studio
@RoarMaddy
@RoarMaddy 2 года назад
Can we use rowid to delete duplicate?
@GetSetSQL
@GetSetSQL Год назад
sure we can use rowid to delete duplicate records .. this can be achieved by using subquery or CTE
@user-vl4tp5sw2e
@user-vl4tp5sw2e 2 года назад
What is the application u use?? Thanks
@GetSetSQL
@GetSetSQL Год назад
Which?
@mettupallimuneendrareddy9753
Waste
Далее
Table variable in SQL Server 2019 with examples
16:05
Просмотров 4,2 тыс.
DELETE DUPLICATE ROWS FROM A TABLE IN SQL || 4 ways
9:15
Part 1   How to find nth highest salary in sql
11:45
Просмотров 1,9 млн
Temporary Table in SQL Server (Local & Global)
13:18
Просмотров 1,7 тыс.