Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to speed up this query?
Message
From
08/08/2012 11:49:29
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01550135
Message ID:
01550148
Views:
41
>>>
		AND  ??????????.sob_effective = (select Max(sob_effective) 
>>>							from ScheduleOfBenefits t2 
>>>							where t2.sob_benfk = t1.sob_benfk 
>>>						          and t2.sob_codfk = t1.sob_codfk
>>>							  and t2.sob_effective <= '20120801') Tbl1
>>>
>>>       ON [BenefitCodes].Ben_pk = Tbl1.sob_benfk
OK, I saw the other changes you made.

I am getting a syntax error: "Incorrect syntax near Tbl1" and the red squiggly underline near the first occurrence of Tbl1 in the section I quoted above.

I am not familiar enough with this syntax to see what is wrong here, do you?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform