Re: select returns no line

From: Volker Paul <vpaul(at)dohle(dot)com>
To: Attila Kevei <attila(dot)kevei(at)mail(dot)goodwill(dot)hu>
Cc: Postgres SQL list <pgsql-sql(at)postgresql(dot)org>
Subject: Re: select returns no line
Date: 2001-01-23 14:24:08
Message-ID: 3A6D9408.E7D7120A@dohle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

A space or something like that is also what I was thinking of.
I'd suggest to:
select * from users, length(user_login) where user_id=4;
before and after the update.

V.Paul

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message juerg.rietmann 2001-01-23 14:42:10 monster query, how to make it smaller
Previous Message Attila Kevei 2001-01-23 13:41:32 Re: select returns no line