I am trying to use MySQL/php after using MS Access in Frontpage.
I have a query that will not work in MySQL. Is there a way to validate MySQL queries?
SELECT [000_skaters].Player, First([000_skaters].POS) AS FirstOfPOS, Count([000_skaters].SN) AS CountOfSN, Sum([000_skaters].GMS) AS...