The following query fails:
INSERT INTO education_details SET
candi_qualification ='BE,BSC',
candi_uniboard = 'kce,kce',
candiyop = '2015,2013',
candi_grade_cgpa = 'b,b',
candi_specilization = 'cse,cse',
language = 'tamil,English',
read = 'Yes,Yes',
write = 'Yes,Yes',
speak = 'Yes,Yes',
candi_id = '1'
Error message:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'read='Yes,Yes',write='Yes,Yes',speak='Yes,Yes',candi_id='1'
' at line 1
' at line 1 – Laxman palani Sep 16 '16 at 09:10