Forum Discussion

Sathish_Kumar_Godugu's avatar
Sathish_Kumar_Godugu
Copper Contributor
Jan 21, 2024

Help me to write query for below

How many total orders were there in each month and how many of them were returned? Add a column for return rate too. return rate = (100.0 * total return orders) / total buy orders Hint: You will n...