Re: [SQL] SELECT Command? Messed again?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: forsyth(at)wchat(dot)on(dot)ca (Daniel W(dot) Forsyth)
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] SELECT Command? Messed again?
Date: 1998-06-01 21:37:31
Message-ID: 199806012137.RAA14852@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>
> Hi there, I'm currently using 6.3.
>
> When I issue the command SELECT * FROM client_database WHERE client ~~
> '%%' it displays nobody, when i use 6.1 it works fine, as %% or %%%%
> defaults to every entry? Does anyone know what is going on?
>
> PS: Please help, the companies client database is quite important :-).
>

Actually, % is all that is needed. %% is actually a single %, I think.
I had it wrong in earlier version, but it was fixed in 6.something.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Walt Bigelow 1998-06-01 22:49:13 problem with the 'date' data type and msaccess95 :(
Previous Message Daniel W. Forsyth 1998-06-01 21:16:38 SELECT Command? Messed again?