I have database where i have a column where multiple ids are saved in comma separated way. That ids are defined some other table . I am fetching the but i am getting result where there is single value (no comma)
i need all all the ids value fetched there definition from another table and show.
Is it possible in mysql query ?