mysql hatası karşılaştıran tarih (php)

1 Cevap php

Ben neden bu ben bu mysql hatası alıyorum emin değilim. Başlangıçta i tarihten etrafında'' yoktu. Sonra ben'' denedim 've' `'olmadan herhangi bir şans. Ne yanlış?

SELECT COUNT(user) WHERE user=1 AND pass_time<'2009-09-21 13:44:38';


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 'WHERE user=1 AND pass_time<'2009-09-21 13:44:38''

1 Cevap

Eğer seçtiğiniz tabloyu belirtmek gerekir. Örneğin

SELECT COUNT(user) FROM my_table WHERE ...