News

You all know the INSERT ... SELECT command in mySQL. Basically you select stuff and insert it directly into another table. I want to do the reverse. This is kinda what I want to do, but obviously ...