Hello there I have a problem in my coding. I am using MYSQL and then I have this data
broken motor\broken backseat\broken dddd
I want and output like this using the selecting statement
broken motor
broken backseat
broken dddd
how to query this??
all answer are acceptable thanks
ely