On my site, people can write tutorials.. right after they send them, they go to a table called "tutreq", then I have to approve them.. My Question is this:
Is there and SQL syntax (like "INSERT INTO" and "DELETE FROM") that allows me to move the contents of one table to another?
I want to move "tutreq" to "tutorials"
I have two tables..
Thanks!