Re: Searching for all records but integer field is causing - Mailing list pgsql-novice

From Jason Earl
Subject Re: Searching for all records but integer field is causing
Date
Msg-id 87sn6oe3cr.fsf@npa01zz001.simplot.com
Whole thread Raw
In response to Searching for all records but integer field is causing problems  ("Brian Johnson" <bjohnson@jecinc.on.ca>)
List pgsql-novice
I think that what you want is:

SELECT * FROM phpgw_categories WHERE cat_appname = 'notes';

Jason

"Brian Johnson" <bjohnson@jecinc.on.ca> writes:

> How do I do a select query for all records?
>
> SELECT * FROM phpgw_categories WHERE cat_name = ? AND cat_owner = ? AND
> cat_appname = 'notes'
>
> cat_name = '*' works but cat_owner = '*' gives me an atoi error.
>
> I was hoping to reuse the code segment of SQL that gets called repeatedly
> for slightly different purposes but I can't get this to work
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

pgsql-novice by date:

Previous
From: "Brian Johnson"
Date:
Subject: Searching for all records but integer field is causing problems
Next
From: Masakazu Ichimura
Date:
Subject: Return value of function