Re: column does not exist error - Mailing list pgsql-general

From Thomas Markus
Subject Re: column does not exist error
Date
Msg-id 4B03F821.9040602@proventis.net
Whole thread Raw
In response to column does not exist error  (Dave Coventry <dgcoventry@gmail.com>)
List pgsql-general
Hi,

try

SELECT title FROM node WHERE type='client';


hth
Thomas


Dave Coventry schrieb:
> Tearing my hair out, can anyone see what I'm doing wrong?
>
>   SELECT title FROM node WHERE type=client;
>
> ERROR:  column "client" does not exist
> LINE 1: SELECT title FROM node WHERE type=client;
>
> Yet this works:
>
>  SELECT type FROM node;
>   type
> --------
>  client
>  client
>  client
>  client
>  client
> (5 rows)
>
>


pgsql-general by date:

Previous
From: Vidhya Bondre
Date:
Subject: Re: column does not exist error
Next
From: Ivan Sergio Borgonovo
Date:
Subject: advocating pgsql was:passing parameters to multiple statements