I read the similar issue shared on stack overflow regarding DELETE command is not execute a query.
I am a beginner level on SQL and was trying to understand identity column action so I created a super basic studentinfo table and put firstname, lastname, and id columns.
ID selected as identity column and incremental is setup 5. That is the summary of the table. And created couple rows for the table.
Now when I execute DELETE FROM StudentInfo WHERE StudentId like '0213422' returns 0 rows affected and of course not deleting that row.
Anyone tell why is that happening?
Thanks in advance
Like, use ` = ` instead