31.05.2020, 09:26
The proper way to write it using SQL is to use "AND" and not using commas.
Code:
SELECT * FROM `vehicles` WHERE `vehmodel` = 0 AND `vehcolor1` = 0 AND...