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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.