Can anyone help me with the syntax for the select statement :
select
f11.table1
from
dbo.table1 f11
where
f11.column2 > (select f11qa_column2
from servername\instance.dbo.databasename.table1 f11qa
where f11qa.column1 = f11.column1)
The query editor complains about the \