Re: SELECT column name

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: SELECT column name
Date: 2001-07-11 13:44:07
Message-ID: 005c01c10a0f$8e906720$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

You are missing the FROM clause. Sort of need to tell it which table to run
the query on.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Laurent Patureau" <lpatureau(at)idfr(dot)net>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Tuesday, July 10, 2001 10:47 AM
Subject: [PHP] SELECT column name

> Hi,
>
> I 'd like to select column name on table for a client Where value for this
> client for columns is yes :
>
> SELECT columns_name WHERE client='$client' AND column.values='oui'
>
> Is anybody can help me ?
>
> Thanks
> LP
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Chris Ruprecht 2001-07-11 14:06:56 Date Manipulations
Previous Message Vince Vielhaber 2001-07-10 15:49:38 Re: Anyone using thttpd?