Guest_imported
New member
- Jan 1, 1970
- 0
Hi I wasn't sure which forum to post it in so I put it in here. The sql statements I need to make are for phpmyadmin.
Does anyone know an sql statement which deletes the "smilies/" from every record for the field = "icon" and table = "posts"?
Also does anyone know an sql statement which changes the subject for every record in the "posts" table with the subject from "threads"?. I tried the statement below but it didn't work:
UPDATE xmb2_posts set subject=SELECT subject FROM xmb2_threads WHERE 1
Does anyone know an sql statement which deletes the "smilies/" from every record for the field = "icon" and table = "posts"?
Also does anyone know an sql statement which changes the subject for every record in the "posts" table with the subject from "threads"?. I tried the statement below but it didn't work:
UPDATE xmb2_posts set subject=SELECT subject FROM xmb2_threads WHERE 1