Re: no records returned - Mailing list pgsql-general

From Patrick Welche
Subject Re: no records returned
Date
Msg-id 20031025184211.D982@quartz.newn.cam.ac.uk
Whole thread Raw
In response to no records returned  (Lynn.Tilby@asu.edu)
Responses Re: no records returned  (Lynn.Tilby@asu.edu)
List pgsql-general
On Fri, Oct 24, 2003 at 04:27:16PM -0700, Lynn.Tilby@asu.edu wrote:
...
> ZRAN    |2003-10-03|    20031003|      731491|     20.25|      21.
> (609398 rows)

> pma=> select * from stck_dta_tbl_oprtnl where stck_sym = 'ZRAN';

How about

pma=> select * from stck_dta_tbl_oprtnl where stck_sym like 'ZRAN%';

? (What is the definition of your table?)

Cheers,

Patrick

pgsql-general by date:

Previous
From: Lynn.Tilby@asu.edu
Date:
Subject: no records returned
Next
From: Reece Hart
Date:
Subject: explicit casting required for index use