Is there a simple way of checking if a row exists
Hey. From what I've checked there's no way of doing something like this:
.select(
So is there another way of doing this that I might be missing or is this not possible at all?
.select(
*, reviews(exists) )So is there another way of doing this that I might be missing or is this not possible at all?