Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

SQL outer apply with top 1 table

Hi   Is there a way to convert this query for the service? It works well on the Desktop version but not in the service   declare @From date declare @to date SELECT t1.*,t2.*,t3.* FROM Fact f ...