Re: Newbie :create table multi, index

2005-04-04 Thread Gleb Paharenko
Hello. Use something like: create table user( UserID int primary key, Password varchar (20), User_stats int); See: http://dev.mysql.com/doc/mysql/en/create-table.html Aji Andri <[EMAIL PROTECTED]> wrote: > hi seniors, > > I'm trying to create a table, here my table

Re: Newbie :create table multi, index

2005-04-02 Thread Rhino
- Original Message - From: "Aji Andri" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 2:13 AM Subject: Newbie :create table multi, index > hi seniors, > I assume that English is not your first language. "Seniors" means "old people"

Newbie :create table multi, index

2005-04-01 Thread Aji Andri
hi seniors, I'm trying to create a table, here my table properties, create table user ( UserID int primary, Password varchar (20), User_stats int multi ); i'm still confuse in User_stats properti's that is multi, what really use 'multi' is ? and what the conection between primary ke