Re: tcl script

From: David C(dot)Oshel <dcoshel(at)inav(dot)net>
To: Vijay Deval <deval(at)giaspn01(dot)vsnl(dot)net(dot)in>
Cc: "PostgreSQL(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: tcl script
Date: 2002-12-05 14:41:12
Message-ID: 999CBC14-085F-11D7-BFC4-000393051D56@inav.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)inav(dot)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_

In response to

  • tcl script at 2002-12-05 12:17:21 from Vijay Deval

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joel Burton 2002-12-05 15:31:08 Re: Adding "NOT NULL" Constraint with CREATE TABLE or ALTER TABLE
Previous Message Phillip J. Allen 2002-12-05 14:40:55 Adding "NOT NULL" Constraint with CREATE TABLE or ALTER TABLE