How to retrieve the exact string matching rcord using mysql query.
This is mytable "course"
course_id course_name
36,45 C#
136,137 Data Entry
When i retrieve a record in a course table the course_id hold "136" it retrive 36 also.
Please help me for retrieve exact string matching record.