Is something wrong with this query
Posted: Sat May 13, 2006 1:44 pm
Could anyone tell me what is wrong with this query? Is the Syntax wrong?
Thanks!
Code: Select all
mysql_query("SELECT count(*) as Impressions, count(distinct IP) as Unique, Keyword as Keyword FROM `AdTracking` WHERE `PublisherID` = $PublisherID and DT >= $DateStart")or die(mysql_error());Thanks!