Hi,

I  had a question and perhaps somebody could help me.

I create a table with these characteristics:

 mysql> CREATE TABLE Usuarios (Nombre TEXT NOT NULL,
         -> Password TEXT NOT NULL,
         -> Permiso INT(1),
         -> PRIMARY KEY(Nombre(30)));

 Query OK, 0 rows affected (0.05 sec)

and allow me to insert things like:     INSERT INTO Usuarios
(Nombre,Password) VALUES ('','');

and I would like to have at least one letter or number.

Somebody knows how can I solve this problem?


    Thanks,
                  Gastón.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to