Subject | Re: [IBO] Error on IB_Query |
---|---|
Author | George Hugo |
Post date | 2002-04-22T20:26:01Z |
Some others info about the App
The Select statment:
Select C.*,
(Select Desc_Seg From Segmentos S Where S.ID_SEG = C.ID_SEG),
(Select Desc_FPagto From FormaPagto F Where F.ID_FPAGTO = C.ID_FPAGTO)
From Clientes C
George
The Select statment:
Select C.*,
(Select Desc_Seg From Segmentos S Where S.ID_SEG = C.ID_SEG),
(Select Desc_FPagto From FormaPagto F Where F.ID_FPAGTO = C.ID_FPAGTO)
From Clientes C
George