MySQL query not displaying all applicable rows

QuestionsMySQL query not displaying all applicable rows
sethbeckerman5 Staff asked 4 years ago

Currently stuck on a problem where I need to return rate_type, loan_id, balance, and percentage of balance among loans of the same rate_type.

When I run this code, only 1 row returns, any idea how to output all rows where rate_type = "variable" ?


View on Stack Overflow