Subject | Re: [ib-support] Is this a valid query? It seems so, but it doesn't return anything |
---|---|
Author | Adrian Roman |
Post date | 2002-07-30T16:38:12Z |
Oops!
Make it
select max("Cont") from "Conturi" where "Sintetic"='D' and :"Cont" starting
with RTRIM("Cont") into :"Sintetic";
The first RTRIM was useless, of course
Adrian Roman
Make it
select max("Cont") from "Conturi" where "Sintetic"='D' and :"Cont" starting
with RTRIM("Cont") into :"Sintetic";
The first RTRIM was useless, of course
Adrian Roman