I have a two tables.
cities - id_city, city_name properties - id_property, id_city, property_name
I want to display cities.city_name<
cities.city_name<
Simple. Use "(Count(*) + 0)". Any null plus 0 will return a number.