Hi
i m trying to count all for example vans who has record as Van1,Van2 ETC...
physically in the database i have more than 200 Van1 ..but with select count gives me only 6..
SELECT COUNT(*) FROM route WHERE
van='Van1'
the rsult only 6 for others 0 and so
any help please