Saturday 14 February 2009 6:04:49 pm
Hello
I need to fetch list of all distinct attribute values.
I have 3 degree adress district/region/city. District and regions are selectoboxes, but city is text box.
And costomer wants to have a filter with select box with cities, but there will be only cities which was filled in... So I need to get all values of attribute.
SQL Like: SELECT DISTINCT city FROM adress; Thanks for help.
|