-1
Following
I have a table called telefonia_numero
and within it is a field called Numero
where contains all user phone.
Ex . Jose - Number 81 3636-1145, 81 99873-7787 and 9873-7787,
Here comes what I want.
I want to take only the landline and the cell phone with type 9 in front ex. ( 81 99873-7787). And would be out what a nine the menus in front of Ex (9873-7787) then pick up the landline and the new phones with type 9 on the front.
The phones in this field are comma separated? which database are you using?
– rray
The phones are this way 81 3636-1145
– user42804
and the data set phpmyadmim and are not separated with comma no
– user42804