Yes, I am working on SQL Server. I thank you for the info. I had seen this before in different queries but did not know it's exact usage. Thank you again.
Dan
Actually, I am still learning about SQL and I was reading an example as follows:
USE tempdb
GO
SET NOCOUNT ON
CREATE TABLE #testts (c1 int identity, c2 int DEFAULT 0, changelog timestamp)
INSERT #testts DEFAULT VALUES
And the example query continues...........
It's the first part, where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.