I have two queries that returns the total number of issuances and redemptions from two different tables. This one returns issuances, around 18k This one returns redemptions, around 7k I need the sum of them, I came up with this but this only returns 2, counting it wrong What should I do? Answer
Tag: retool
Unable to join from 3 different tables – MySql
I am struggling to understand if this query is possible. I have 3 tables, User, Account, Loan. 2 users are linked by an account, and any loans facilitated between the 2 of them gets linked to the …