Hello,
Again, I am in need of MySQL help. I am new to PHP & MySQL, and reading a PHP & MySQL book to try and learn PHP & MySQL. And at the moment I am reading about changing the database structure. Here is an example:
1) ALTER columnname SET DEFAULT value (What is this?)
And this, what is this query used for, I mean the value bit, I know it adds rows to a database:
2) INSERT INTO tablename (columnname, columnname)
VALUES (value, value)
As I said, I'm very new to PHP & MySQL, so any help will be appreciated!
Again, I am in need of MySQL help. I am new to PHP & MySQL, and reading a PHP & MySQL book to try and learn PHP & MySQL. And at the moment I am reading about changing the database structure. Here is an example:
1) ALTER columnname SET DEFAULT value (What is this?)
And this, what is this query used for, I mean the value bit, I know it adds rows to a database:
2) INSERT INTO tablename (columnname, columnname)
VALUES (value, value)
As I said, I'm very new to PHP & MySQL, so any help will be appreciated!
Last edited:







