7
Shouts

Default datatype of NULL

posted by dharadhara 563 days, 14 hours, 49 minutes ago
Friday, November 04, 2011 5:06:14 AM GMT

As you know NULL is the absence of data and any datatype can be NULL. But by default a NULL value is considered to be of INT datatype. Let us run the following code select null as t into #t GO exec tempdb..sp_help #t A NULL value is copied to a temporary...

category: Data | clicked: 5 | | source: beyondrelational.com | show counter code
tags: SQL Server

No comments yet, be the first one to post comment.

To post your comment please login or signup