[Pgsql-ayuda] ¿ Como se come esto ?

From: Antonio Mármol Albert <toni(at)infurma(dot)es>
To: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: [Pgsql-ayuda] ¿ Como se come esto ?
Date: 2002-11-27 15:16:23
Message-ID: 20021127161623.A1066@infurma.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

habitat=# SELECT id, marca FROM empresas WHERE marca = 'Muebles Celda';
id | marca
-------+---------------
21293 | Muebles Celda

habitat=# SELECT id, marca FROM empresas WHERE id=21293;
id | marca
----+-------
(0 rows)

id | integer | not null default nextval('empresas_id_seq'::text)
marca | character varying(128) |

No entiendo porqué la segunda consulta no devuelve ninguna fila.

¿Alguna explicación? ¿Base de datos corrupta?

Gracias
--
Antonio Mármol Albert ( toni(at)infurma(dot)es )
http://www.infurma.es

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Antonio Mármol Albert 2002-11-27 15:22:34 [Pgsql-ayuda] ¿Cómo se come esto?
Previous Message Edgar Raul Acosta Villaseñor 2002-11-27 14:55:55 Re: [Pgsql-ayuda] Uso de postgres desde PHP