In my database table, 16 rows are inserted with null values for all columns. How can I delete these rows using SQL statement?
bnitishpai
0
Newbie Poster
Recommended Answers
Jump to PostTo stop it from happening in the future, consider adding a primary key to the table. By definition a PK is not nullable and will help identify the records when they are inserted. For more information on primary keys see this
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.