Click to See Complete Forum and Search --> : MySQL Error In Query


tomyknoker
04-16-2007, 10:05 PM
Can anyone see why this doesn't work? Is it becuase I am joing the . with brackets?

WHERE tblmember.MONTH(DateOfBirth) = '{$theMonth}') AND `member`='J'

Suhas Dhoke
04-17-2007, 12:59 AM
Hello Tomy.

Where is the opening bracket of [ ) ] before the AND keyword ?

May be this is the problem.