Ben aşağıdaki yapıda bir tablo var:
id int(11),
name varchar(250)
I have lots of records in the table but when I am trying to find a particluar record which has the following value on the name field: Lorem ipsum d\'olor sit amet The query is simply returning a blank recordset. I am not being able to figure out this weird behaviour, when my query is as simple as follows:
SELECT * FROM
slot_games
NEREDE name
= 'Lorem ipsum d \' olor 'sit amet code>
Lütfen lütfen yardıma seviniriz! Şimdiden teşekkürler.