Let me show you how to find a deleted file with GitHub by using the git log all command.
(more…)
Tag: delete
-
Finding Deleted File with GitHub
-
Delete duplicate rows with MySQL or MSSQL
The following article will provide a single SQL query that will delete rows that are duplicated in your table. Before you begin, be sure you’ve tracked down the bad code that is causing this; otherwise, you will need to run it multiple times!
To start, I will create a basic table structure that will help understand the SQL query: