Hello There, how can i connect ACCOUNTS table into CUSTOMERS table using sql?
s
Sam L
03/17/2021, 1:55 PM
Looks like you can link the account table to the customer table by using customer.accountnumber = account.id
Sam L
03/17/2021, 1:56 PM
There are a few account fields on the customer table, so it depends which one you want
b
bing bernabe
03/17/2021, 11:42 PM
Hi Sam Thank you for this.
bing bernabe
03/18/2021, 3:59 AM
I need this for the Journal transaction i need to get the NAME & ACCOUNT
s
Sam L
03/18/2021, 3:25 PM
Both of those will be tagged on the transactionlines table for that transaction id - what have you tried so far?
b
bing bernabe
03/19/2021, 8:04 AM
Thank you SAM but i already use that table TRASACTION_LINES account yes can get in TRASACTION_LINES but customer name cannot so i need to use ENTITY table for that or CUSTOMERS table but one thing my concern how can i connect this table into TRASACTION_LINES ?