By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 15.0 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), 64-bit |
SELECT 1
CREATE TABLE
INSERT 0 6
| song_id | name |
|---|---|
| 1 | 00Zicky_-_San_Pedro_Danilo_Vigorito_Remix_ |
| 2 | 00Zicky_-_San_Pedro__Danilo_Vigorito_Remix__ |
| 3 | 0101_-_Try_To_Say__Strictlyjaz_Unit_Future_Rmx__ |
| 4 | 0101_-_Try_To_Say__Strictlyjaz_Unit_Future_Rmx_ |
| 5 | 01_-_Digital_Excitation_-_Brothers_Gonna_Work_it_Out__Piano_Mix__ |
| 6 | 01_-_Digital_Excitation_-_Brothers_Gonna_Work_it_Out__Piano_Mix__ |
SELECT 6
DELETE 3
| song_id | name |
|---|---|
| 1 | 00Zicky_-_San_Pedro_Danilo_Vigorito_Remix_ |
| 3 | 0101_-_Try_To_Say__Strictlyjaz_Unit_Future_Rmx__ |
| 5 | 01_-_Digital_Excitation_-_Brothers_Gonna_Work_it_Out__Piano_Mix__ |
SELECT 3