I am working in a PHP environment (No PHPMyAdmin) and need to add a column to my MSSQL db. What is the command for this?
Thank you in advance.
Are you using mysql or Microsoft SQLServer?
Either one would use the ALTER TABLE stetement, but there are some variations in syntax.
i made a database which lets a customer fill out a form and the information is inserted into the database. my problem is the staff wants to add comments but what is the code to update. because they add comments but the new comments are not updating in the database? please help!