• 28-01-2010, 17:53:25
    #1
    Üyeliği durduruldu
    Arkadaşlar ben şu hatayı alıyorum mysql hatası olarak

    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 'ORDER BY time DESC' at line 1
    SELECT * FROM xgp_notes WHERE owner= ORDER BY time DESC

    Basıl düzeltebilirim bu sorunu acaba
  • 29-01-2010, 09:29:13
    #2
    Üyeliği durduruldu
    SELECT * FROM xgp_notes WHERE owner= ORDER BY time DESC
    owner= değeri boş geliyor. bunun değer aldığı kodları gosterebilirseniz yardımcı olmaya çalışırım
  • 29-01-2010, 10:25:41
    #3
    Üyeliği durduruldu
    SELECT COUNT(*) AS `Satır`, `owner` FROM `xgp_notes` GROUP BY `owner` ORDER BY `owner`
    doğrumudur?