Hi guys, im new on this forum. I have a little problem with a SQL query, im trying to get a query feedback but im lost. I got 2 tables Table 1: ID_product , price Then have a second table Table 2: ID, Description On the second table, the column description contains a string, and somewhere in the string it has this text "{price = A}", the price is the same from the table 1. What im trying to figure out, is how i can display ID_product, price,from table 1, and also the ID from the row that contains the same price as the table 1 in the string. Im not sure if im clear, im not really good writing and less in english. I will apreciate the help, thanks!