You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECLARE @businessunitid AS UNIQUEIDENTIFIER ='72a2eae0-6da2-474e-b97b-158d0042d4b4';
SELECTb.businessunitidFROM businessunit AS b
WHEREb.businessunitidIN (@businessunitid);
This will be fixed in the next update, but seems to only affect an IN query with a single value - if you rewrite this as an = condition instead, or add more values to make it worthwhile using IN it should work as expected.
When I run this SQL, I get the below error:
Environment
SELECT @@VERSION
:The text was updated successfully, but these errors were encountered: