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
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
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
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 |