Three Questions :

2004-11-24 Thread litlpooh
I have three questions about mysql. 1. mysql CREATE TABLE board ( - boardid char(6) binary NOT NULL, - title varchar(128) binary NOT NULL, - ) ENGINE=MYISAM; Query OK, 0 rows affected, 0 warning (0.00 sec) mysql desc board; +--+--+--+-+-+---+ | Field |

Fwd: Three Questions

2004-11-16 Thread litlpooh
-- Forwarded message -- From: litlpooh [EMAIL PROTECTED] Date: Fri, 12 Nov 2004 16:46:02 +0900 Subject: Three Questions To: [EMAIL PROTECTED] I have three questions about mysql. 1. mysql CREATE TABLE board ( - boardid char(6) binary NOT NULL, - title varchar(128) binary NOT NULL

Three Questions

2004-11-12 Thread litlpooh
I have three questions about mysql. 1. mysql CREATE TABLE board ( - boardid char(6) binary NOT NULL, - title varchar(128) binary NOT NULL, - ) ENGINE=MYISAM; Query OK, 0 rows affected, 0 warning (0.00 sec) mysql desc board; +--+--+--+-+-+---+ |