08.02.2013, 12:23
As long as you select the data correctly you should be fine. Once you have inserted a new column just add it to your SELECT/UPDATE queries like any column.
You only have to add the column once then you can remove it from your code. (the ALTER TABLE statement that is)
You only have to add the column once then you can remove it from your code. (the ALTER TABLE statement that is)