I need to execute this query:
SELECT
E5_FILIAL,
E5_PREFIXO,
E5_TIPO,
E5_NATUREZ,
E5_DATA,
E1_VALOR,
E2_VALOR
FROM
SE5010 SE5,
SE1010 SE1,
SE2010 SE2
WHERE
SE5.D_E_L_E_T_ = ''
AND SE1.D_E_L_E_T_ = ''
AND SE2.D_E_L_E_T_ = ''
AND E5_FILIAL <> ''
AND E5_DATA > '20080801'
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.