I have a little problem with some strange strings in one's database table. I need to split such examples of strings to arrays of INT or separetely to INT looping or sth.
This must be done in 'usual' MySQL (no functions, declares etc - only SELECT statements + built-in-functions like REPLACE()
, SUBSTRING()
)
524;779;
559;;
;559;
411;760;;
+ others;
Is such intention possible to perform?