I have data in mysqli table store like that:
-----------------------------
- skill -
-----------------------------
- teaching,training -
-----------------------------
- IT,web programming -
-----------------------------
- construction, Business -
-----------------------------
I have data like that and I want to select data that show result like :
teaching
training
construction
web programming
Networking
IT
Bussiness
How can I use mysql
to select with that result ?