Re: tcl script - Mailing list pgsql-novice

From David C.Oshel
Subject Re: tcl script
Date
Msg-id 999CBC14-085F-11D7-BFC4-000393051D56@inav.net
Whole thread Raw
In response to tcl script  (Vijay Deval <deval@giaspn01.vsnl.net.in>)
List pgsql-novice
Missing semicolon?

On Thursday, December 5, 2002, at 06:17  AM, Vijay Deval wrote:

> set res [pg_exec $conn \
> "SELECT name,clid \
> FROM client\
> WHERE upper(substring(name from 1 for 3)) = '$ucode' "]

--
David C. Oshel               mailto:dcoshel@inav.net
Cedar Rapids, Iowa       http://soli.inav.net/~dcoshel
``I think most pleasantly in metaphors, and smoking brings metaphors to
mind." - Augustus Srb, in Alexei Panshin's  _Star Well_


pgsql-novice by date:

Previous
From: Michael Remijan
Date:
Subject: support for replication
Next
From: "Phillip J. Allen"
Date:
Subject: Adding "NOT NULL" Constraint with CREATE TABLE or ALTER TABLE