SyntaxFix
Write A Post
Hire A Developer
Questions
set ansi_nulls off go select * from table t inner join otherTable o on t.statusid = o.statusid go set ansi_nulls on go