Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: alyonHi,
While running the following query in JDBC query and DB query nodes, I get two different results:
SELECT BSC.Accnt_Num,
BSC.Party_Id,
BSC.AR_Invc_Id,
BSC.Invc_Dt,
BSC.Bill_Sttmt_Chrg_Sqnc_Num,
BSC.Bllng_Strcr_Id,
BSC.Bill_Sttmt_Chrg_Amt,
BSC.Prdct_Id
from EDWPRDE_WORK_ANLYT.d393248_{{^DataMonth^}}_ADJ_REP ORT RPT,
EDWPRDE_VW40_PUB.T02104_BLLNG_STTMT_CHRG BSC
WHERE BSC.Accnt_Num = RPT.Acct_no and
BSC.AR_Invc_Id = CAST(RPT.Invoice_id AS INTEGER)
JDBC query node returns normal values for Bllng_Strcr_Id,
while DB query node return null values.
I am attaching both the outputs for your reference. Check the Bllng_Strcr_Id
Is this a known issue? What is the work around?
If this is a bug, is the GNATS entry created for the same?
Thanks
Anshul
Attachments:
JDBCvsDB.doc