Subject Re: [ib-support] Is this a valid query? It seems so, but it doesn't return anything
Author Adrian Roman
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