Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

SQL query with outer applys

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 Anonymous date SELECT t1.*,t2.*,t3.* FROM Fa...