Question : SQL Delete Syntax

I have a column in a MySql table xyz called sys_Id .

How do I remove all records where the sys_Id is 0?  Please provide actualy SQL syntax.

Answer : SQL Delete Syntax

delete from xyz where sys_id = 0
Random Solutions  
 
programming4us programming4us