Hey guys, do you have any docs for how to use it? For example, how does one do: ``` Select *, TotalUsers = (Select count(*) from Users where User.UserId=Profile.UserId) From Profile WHERE Profile.ProfileId = 10 ```
Hey guys, do you have any docs for how to use it?
For example, how does one do: