Re: string function

From: "Phillip Smith" <phillip(dot)smith(at)weatherbeeta(dot)com(dot)au>
To: "'gunartha'" <gunartha(dot)nyoman(at)ptjas(dot)co(dot)id>, <pgsql-sql(at)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: string function
Date: 2007-11-21 03:14:05
Message-ID: 00ca01c82bec$9293b8d0$9b0014ac@wbaus090
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc pgsql-sql

Hi,

I don't believe the LEFT function exists (at least by default).

Try this instead:

select SUBSTR(kd_aln,LENGTH(kd_aln) - 1, 2) as code from airlin

Also, please don't cross-post. This isn't an ODBC question. You're more
likely to get useful answers posting once to the correct list.

Cheers,

~p

THINK BEFORE YOU PRINT - Save paper if you don't really need to print this

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
e-mail.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message gunartha 2007-11-21 18:54:42 string function
Previous Message Garner Chung 2007-11-20 17:39:07 Out of memory while reading tuples

Browse pgsql-sql by date

  From Date Subject
Next Message Bart Degryse 2007-11-21 08:14:14 Re: dynmic column names inside trigger?
Previous Message Tom Lane 2007-11-20 16:56:02 Re: dynmic column names inside trigger?