How do I show list of names from the namefield with the prerequisite of another field(called "city" in the same table that city must be e.g. "New York"
with sql is: select names from table where city = "New York"
how do i write this in crystal syntax?
with sql is: select names from table where city = "New York"
how do i write this in crystal syntax?