Need to extract words within brackets
I have a table in a database called body. About 1000 records. Everyone of these records have at least a paragraph or 2 in them. In these paragraghs are words surrounded by brackets, ex. [[ethanol]] . I need to extract these phrases with-in these brackets and put these keywords in a seperate table to use as auto suggust. How do I loop through the database and get these words, I know I can remove the brackets after I get the words but how do I extract the words from the pargraphs?
Anthony
