• 16-10-2010, 12:03:20
    #1
    Üyeliği durduruldu
    merhabalar,

    aşağıdaki kodu çalıştırınca şu hatayı alıyorum

    UPDATE `isc_products` SET prodbrandid = '1', WHERE `isc_products` LIKE '%asd%'
    Hata:

    #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

    Cevaplarınız için teşekkürler
  • 16-10-2010, 12:52:41
    #2
    UPDATE `isc_products` SET prodbrandid = '1', WHERE `isc_products` LIKE '%asd%'

    , fazlalık değilmidir orada
  • 16-10-2010, 13:16:43
    #3
    Üyeliği durduruldu
    değiğştirdim halen sorun devam ediyor
  • 16-10-2010, 13:25:27
    #4
    UPDATE `isc_products` SET `prodbrandid` = '1' WHERE `isc_products` LIKE '%asd%'
    bide bunu deneyin