"pu" <leejen666 RemoveThis @hotmail.com> wrote in message news:<tbD5c.270$Rb7.7777@nnrp1.ozemail.com.au>...
> "P Gentry" <rdgentry1 RemoveThis @cablelynx.com> wrote in message
> news:facb01db.0403151246.464eca6f@posting.google.com...
> > "pu" <leejen666 RemoveThis @hotmail.com> wrote in message
> news:<8nj5c.295$th6.8652@nnrp1.ozemail.com.au>...
> [deleted]
> > > "select * from tbl_Project where datestart>=date() order by datestart"
> [deleted]
> > Judging from this and your other post re: CHR and REPLACE you suffer
> > from a misplaced notion of what constitutes "standard" SQL. All 3 of
> > these are _not_.
> You are correct. Except for CHR. There must be someone that has used this
> function. If not there must be someone that can point me in the right
> direction when it comes to CREATE fUNCTION regarding LANGUAGE "C" where I
> can create my own function. Something with an example would even be a
> bonus.
>
> [deleted]
>
> Thanks to all anyway.
>
> Leigh
A quick glance here:
http://www.postgresql.org/docs/7.4/interactive/functions-string.html
shows all you need to scan/replace a string/substring.
Re: CHR -- I've not kept up with Access for several years, but if
memory is correct, the Access version of CHR does have some gotchas in
some cases. May be fixed by now as people complained a great deal
that their Access sql would not run even in SQLServer.
If you have much string manipulation to do, I seem to remember some
add-on that provides pretty good regex support. As Nils S. says
though, your best prospect for _correct_ advice is a PostgreSQL
mailing list or one of the NGs in comp.databases.postgresql .
good luck,
prg
email above disabled