Hi EveryOne,
I need your help please;
I have a "TRAVEL" table and it has one of the column name "COUNTRIES".
Unfortunatelly many times the "COUNTRIES" field contains more then one countries separated them by comma like this - for example:
record_id countries
214541 Germany
224624 France, Germany, Russia
234157 France, Russia
265744 France
324571 Germany, Luxembourgh, France
etc.
etc.
...
I need a query, that count the countries name in the "COUNTRIES" field, such as - remaining example above:
countries pcs
Germany 3
France 4
Russia 2
Luxembourgh 1
etc.
etc.
Could you help me plaese ?
Thanks in advance.
Istvan
I need your help please;
I have a "TRAVEL" table and it has one of the column name "COUNTRIES".
Unfortunatelly many times the "COUNTRIES" field contains more then one countries separated them by comma like this - for example:
record_id countries
214541 Germany
224624 France, Germany, Russia
234157 France, Russia
265744 France
324571 Germany, Luxembourgh, France
etc.
etc.
...
I need a query, that count the countries name in the "COUNTRIES" field, such as - remaining example above:
countries pcs
Germany 3
France 4
Russia 2
Luxembourgh 1
etc.
etc.
Could you help me plaese ?
Thanks in advance.
Istvan