Subject | BUG, I Think |
---|---|
Author | Rodrigo Garcia Lima |
Post date | 2001-12-10T22:27:32Z |
Friends,
I´m trying to do this:
select
(F.CAMPO || F.CONDICAO || F.PARAMETRO || F.FINAL) AS FI from
FILTROS F
where
F.CODIGO_FILTRO_MESTRE = :CODIGO_FILTRO_MESTRE
order by
F.CODIGO_FILTRO
My table has two records, and the result most be:
CODIGO_BAIRROdiferente de12E
CODIGO_BAIRROdiferente de 11
But is:
CODIGO_BAIRROdiferente de12E
Where's then other record?
Thanks,
Rodrigo Garcia Lima
Brazil-Ceará-Fortaleza
[Non-text portions of this message have been removed]
I´m trying to do this:
select
(F.CAMPO || F.CONDICAO || F.PARAMETRO || F.FINAL) AS FI from
FILTROS F
where
F.CODIGO_FILTRO_MESTRE = :CODIGO_FILTRO_MESTRE
order by
F.CODIGO_FILTRO
My table has two records, and the result most be:
CODIGO_BAIRROdiferente de12E
CODIGO_BAIRROdiferente de 11
But is:
CODIGO_BAIRROdiferente de12E
Where's then other record?
Thanks,
Rodrigo Garcia Lima
Brazil-Ceará-Fortaleza
[Non-text portions of this message have been removed]