Hi there guru's of MySql!
It's been a while since i've posted on here ;P
Can I get advice on why this simple query doesn't function on some servers:-
SELECT Count(*) as `QueryTotal`, `newbuild`.`id_number`, `newbuild`.`date` FROM `newbuild` WHERE `newbuild`.`serialnumber` = 23456 AND `newbuild`.`current` = TRUE ORDER BY `newbuild`.`date`
Any thought's/suggestions/ideas welcome, this has had me flummaxed for a few hours now..
Cheers,
MRb