I execute the following:
SELECT url FROM mytable WHERE 1
结果:http://www.ciao.es/Epson_Stylus_S22_2007613
到现在为止......但当我这样做时:
SELECT * FROM mytable WHERE url = http://www.ciao.es/Epson_Stylus_S22__2007613
!
I tried using LIKE, changing the quotes, etc... what am I doing wrong?