Hi
Is there a mysql query that will enter new entries into a table while remove those not included in the insert.
For example:
I wish to insert x, y, and z into a table currently containing v, w and x. Can i remove v and w without a separate delete query?
Cheers
Is there a mysql query that will enter new entries into a table while remove those not included in the insert.
For example:
I wish to insert x, y, and z into a table currently containing v, w and x. Can i remove v and w without a separate delete query?
Cheers
