Join 136,056 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,591 people online right now. Registration is fast and FREE... Join Now!
How would I move a row using simple SQL statements without repeating the variables from another MYSQL query? I want to move an entire row from the table 'verify' to 'cnews'. Any help would be great. Thanks.
I'm pretty sure that the only way would be to retrieve them and then insert them, in two different statements... I'm not sure if SQL can do that on its own (but someone correct me if I'm wrong!)