Hi
 
SELECT RegDate FROM table WHERE month(RegDate) = ’10’  // this is
working
 
SELECT RegDate FROM table WHERE day(RegDate) = ’2’  // why isn´t this
working?

Reply via email to