If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
sorry about the table! what do yo call this one... hmmm a row i guess! for example ibwf_users already have 'id', 'plusses', etc and i want to add what will be the SQL query for that?
sorry about the table! what do yo call this one... hmmm a row i guess! for example ibwf_users already have 'id', 'plusses', etc and i want to add what will be the SQL query for that?[/b]
Code:
ALTER TABLE ibwf_users ADD plussesX INT( 100 ) NOT NULL DEFAULT '0' AFTER posts
Comment