If I run this query, it'll chug along for about 10 seconds. IF EXISTS ( SELECT 1/0 FROM dbo.Posts AS p JOIN dbo.Votes AS v ON p.Id = v.PostId WHERE v ...
確定! 回上一頁