Jump to content

Creating a table error


nightwarrior687

Recommended Posts

ok i need to create a table, this is what i did so far:

mysql> create database db1g

Query Ok. 1 row affected (0.00 sec)

mysql> use db1

Database changed

mysql> create table guestbook

-> (

-> name varchar(40) null.

-> location varchar(40) null.

-> email varchar(40) null.

-> url varchar(40) null.

-> comments text null

-> )

-> g

then i get an error..

what do i do? how do i tab it? i dont understand... my book shows me to do it that way.. well instead of g it shows a : but i tried that and it doesnt respond.. it just keeps adding more lines to type in more stuff

Link to comment
https://forums.phpfreaks.com/topic/622-creating-a-table-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.