RE: NULL

2001-04-04 Thread Roger Retamoza
con isnull(micampo,0) as micampo. pero tendria que hacerlo uno a uno. hay otra forma de hacerlo. Gracias amigos. Roger Retamoza ICQ 102090754 [EMAIL PROTECTED] Barranquilla-Colombia - Before posting, please check: http://www

RE: Conect MySql to ODBC

2001-02-10 Thread Roger Retamoza
6.0 with windows NT. Waiting for an answer. Thank you for all. Roger Retamoza ICQ 102090754 [EMAIL PROTECTED] Barranquilla-Colombia - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

RE: Backup database

2001-02-08 Thread Roger Retamoza
Hola alguien habla espaƱol. que pueda ayudarme como se hace copia de seguridad a tablas exageradamente grande. He consultado el comando backup table tablas, to 'ruta' . hay otra forma?. Gracias. Roger Retamoza ICQ 102090754 Barranquill

RE: auto_increment

2001-02-08 Thread Roger Retamoza
blue | 2 | | 7 | t-shirt | white | 2 | ++-++---+ SELECT s.* FROM persons p, shirts s WHERE p.name LIKE 'Lilliana%' AND s.owner = p.id AND s.color <> 'white'; ++---++---+ | id | style |