Hi.
Another problem...
I try to use sql statement case.
case when col = 1 then 'aaa' else 'bbb' end
This is not supported in Pervasive ?
Any replacement ?
Thanks.
Alessandro Zambonin
from Ravenna, Italy !!!
I all.
I have this problem.
command...
create view vistamom (NumFattura, Data, importo, Causale, contropartita)
as
SELECT F.NumFattura, F.Data, F.Importo1 as importo, F.Causale1 as causale, '1' as contropartita
FROM RIWTE_Fatture as F
WHERE F.Importo1 is not null AND F.Importo1 <> 0 AND...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.