I have a MySQL table with one or more numbers separated by commas. These numbers refer to the identifier in another MySQL table, because it also includes the image name.
I want to select a row in which the "image" field contains "1.43" and displays two images with identifiers 1 and 43 from the second table.
Should I have two numbers in different fields? I would prefer to keep them in the same.
source share