Querying
I'm still learn on this thing. I have 2 table, table_A (transaction log) and table_B (for references). I want to display a full name based on transaction (like 3rd pic). How can I achieve that?
Thank you.
2 Replies
that should work I think
gotta join the table twice one for each id on the transactions (table_A) table
Thanks.. I dunno if
JOIN
clause can be used like that. It is work an solved ✨