Sub Query behaviour looks like a bug
While debugging one procedure I came across below Scenario where a sub-query was returning all records from outer query. CREATE TABLE TABLE1 (COL1 INT IDENTITY ) GO INSERT INTO TABLE1 DEFAULT …
Sub Query behaviour looks like a bug Read More