I am completely new to MySQL so if this seems like a newb question try not to be too harsh. Basically I have a Text Feed delimited by "|" that I want to build a table with on MySQL. I'm hoping that I can write a query that will allow me to generate this table, allowing me to split by the delimiter and give an appropriate name to each coloumn as I want to be able to filter my searches by ascending column **blah blah when Im calling it from my website. Can this be done? I have 0 experience with MySQL so im hoping to learn something from this too if anyone can help Thanks in advance!