The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
proper syntax for adding a row in table with vB SQL
I can find examples of adding fields to a table, but not adding a new row and then the values that go with it. Anyone got one that can work in a "vB sql" php page?
|
#2
|
|||
|
|||
...I guess noone knows? *shrugs*
|
#3
|
||||
|
||||
I'm very new to doing anything other than copying and pasting commands in mysql, but I think to add a column to and existing table it would be:
Code:
ALTER TABLE whateverthetablenameis ADD nameofextracolumn smallint(4) default NULL |
#4
|
|||
|
|||
<a href="http://dev.mysql.com/doc/mysql/en/INSERT.html" target="_blank">http://dev.mysql.com/doc/mysql/en/INSERT.html</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|