Articles
FAQs
Login
Have you seen the new "Compound operators" in SQL Server 2008?
By [)ia6l0 iii
ODBC Drivers for QuickBooks, Salesforce, SAP, MSCRM, SharePoint … Free Trial!
Simpler syntax in SQL Server 2008.
Like:
SET @myVar = @myVar+ 1
is now
SET @myVar += 1
Have you seen the new "Compound operators" in SQL Server 2008?
(
221 Views
)