Select exists
Hi there,
I was wondering if there is currently a good way of performing a ‘select exists’, to check whether a specific row exists.
I could use the exists expression as a subquery, but this is not the same as the select exists if I only want to check if a record exists without returning the values.
Thanks a lot, I appreciate it. I could just perform a raw query but there might be some better solutions.
I was wondering if there is currently a good way of performing a ‘select exists’, to check whether a specific row exists.
I could use the exists expression as a subquery, but this is not the same as the select exists if I only want to check if a record exists without returning the values.
Thanks a lot, I appreciate it. I could just perform a raw query but there might be some better solutions.