mySQL >> Normalizing a comma-delimited field
问题 I currently have a table called "RESOURCES" with a keywords field called "RES_Tags". The "RES_Tags" field contains a comma-delimited list of keywords for each record. I need to normalize this table/field. I have already set up the following tables: TAGS, TAGS_TO_RESOURCES. Please see the schema here: http://sqlfiddle.com/#!9/edac4/1 What is a query that will allow me to parse the keywords in RES_Tags, write them into the TAGS table without creating duplicates and then write a listing in the