also wenn ich benutze
SELECT * FROM table WHERE kfz != "" GROUP BY KFZ ORDER BY KFZ ASC
kommt leider die Fehlermeldung
Parse error: syntax error, unexpected '" GROUP BY KFZ ORDER BY KFZ ASC' (T_CONSTANT_ENCAPSED_STRING)
also wenn ich benutze
SELECT * FROM table WHERE kfz != "" GROUP BY KFZ ORDER BY KFZ ASC
kommt leider die Fehlermeldung
Parse error: syntax error, unexpected '" GROUP BY KFZ ORDER BY KFZ ASC' (T_CONSTANT_ENCAPSED_STRING)