Skip to content
Advertisement

Tag: dune

Dividing two SQL queries

I am not super familiar with SQL queries, but I am trying to divide the results of two queries, ex. # of users with at least $x / total # of users, and I keep running into an error. Here is the code: I tried to do it without the y as well, and it gave me an error still.

Advertisement