Non sono sicuro che SELECT TOP funzioni in mysql.
Eventualemente usa LIMIT 1 ossia

SELECT MAX(numero) FROM tabella WHERE numero LIKE 'A%' LIMIT 1