A syntactically available alternative is EXISTS
, but it's not very useful as it doesn't support correlated subqueries. You can also rewrite it using JOIN
.
An alternative is to explicitly list the matching columns on both sides.
An alternative is to use the functions CurrentUtcDate, CurrentUtcDatetime and CurrentUtcTimestamp.