Hi. i am a newbie and i need your help. i have a query that extracts state name from the table. depending on the input, it can out put 1 state or a list of states:
Ak
or AK,OH,MD
the problem iam having is comma at the end of the list:
AK,OH,MD,
how can i get rid of comma at the end of the dynamically generated list?
please help
thank you
Ak
or AK,OH,MD
the problem iam having is comma at the end of the list:
AK,OH,MD,
how can i get rid of comma at the end of the dynamically generated list?
please help
thank you