SQL table alter
Is there anyway to tell what column exist in a SQL table?
I want to edit the table I use for bf2 rank mod to allow more stuff to be saved. I know I need to execute a command like this.. Code:
SQL ALTER bf2rank ADD moresavingdata INT(4)...Using SQLx btw. Thanks |
Re: SQL table alter
Maybe,
PHP Code:
|
Re: SQL table alter
Code:
SELECT * FROM bf2rank WHERE `anything`='something' |
Re: SQL table alter
|
Re: SQL table alter
That's just a table select deviance.
I was talking about adding more columns to an existing db not adding another row of data. Anyway don't worry I just created a second table.. |
Re: SQL table alter
Quote:
|
| All times are GMT -4. The time now is 06:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.