Help (Mysql tables)
Hi, how can I move a column from this table: Example1 and then move it to Example2? (in plugin)
and then delete the column from the old table if it has been moved to the new table. |
Re: Help (Mysql tables)
Quote:
In your results handler: INSERT INTO table2 (Column2) VALUES (col1_value); Then delete ALTER TABLE table1 DROP COLUMN Column1; |
Re: Help (Mysql tables)
Quote:
|
| All times are GMT -4. The time now is 13:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.