I have a table in mysql
with a field called coordenadas
with more or less information like this:
-75.99699,4.0537896 // 1 comma
-76.01502,4.085585,1390.0 // 2 commas
-76.478325,3.9739854 // 1 comma
-76.0716,4.1359963,1751.0 // 2 commas
I would like to be able to do a select
where I only bring the records
that have two (2) comas ", " How could I do it?