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 !!!
Third part application.
Esatto from Esa of Rimini.
I have checked tables and all not passed.
Only tables created by me have passed test.
This is the first time i use pervasive sql....
:(
Alessandro
Oh, no.
I have not already this table.
I have read some post about this before write my post.
Select run ok.
I have not the possibilities to create any view.
I have tried with other table, but the result is ever the same.
Compatibility is 6.5.
Thanks.
More help ?
Alessandro
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.