RE: I'm new in Mysql

2003-01-08 Thread Charles Mabbott
day, January 06, 2003 7:39 PM To: [EMAIL PROTECTED] Subject: I'm new in Mysql Hello mysql, I want to learn MySQL and PHP I've installed Apache , PHP and MySql Whan I try to make tables create table guestbook ( name varchar( 40 ) null, location varchar( 40 ) null. email varchar( 40

Re: I'm new in Mysql

2003-01-08 Thread Kip Turk
On Mon, 6 Jan 2003, Beogradjanin wrote: > Hello mysql, > > I want to learn MySQL and PHP I've installed Apache , PHP and MySql > Whan I try to make tables > > create table guestbook > ( > name varchar( 40 ) null, > location varchar( 40 ) null. > email varchar( 40 ) null, > url varchar( 40 ) nu

Re: I'm new in Mysql

2003-01-08 Thread Bhavin Vyas
Hi Beogradjanin As Paul mentioned yesterday, the final column defination does not require a comma because it is the final defination. Bhavin. - Original Message - From: "Beogradjanin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 7:38

RE: I'm new in Mysql

2003-01-07 Thread Jennifer Goodie
[mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:39 PM To: [EMAIL PROTECTED] Subject: I'm new in Mysql Hello mysql, I want to learn MySQL and PHP I've installed Apache , PHP and MySql Whan I try to make tables create table guestbook ( name varchar( 40 ) null, location varchar

Re: I'm new in Mysql

2003-01-06 Thread Paul DuBois
At 16:38 -0800 1/6/03, Beogradjanin wrote: Hello mysql, I want to learn MySQL and PHP I've installed Apache , PHP and MySql Whan I try to make tables create table guestbook ( name varchar( 40 ) null, location varchar( 40 ) null. email varchar( 40 ) null, url varchar( 40 ) null, comments text

I'm new in Mysql

2003-01-06 Thread Beogradjanin
Hello mysql, I want to learn MySQL and PHP I've installed Apache , PHP and MySql Whan I try to make tables create table guestbook ( name varchar( 40 ) null, location varchar( 40 ) null. email varchar( 40 ) null, url varchar( 40 ) null, comments text null, ) ; I get this mysql>> create ta