sql - Default value with two sets of parentheses instead of one -


let's have int field, , set default value (0), works, i've seen people doing instead ((0)),why?

((0)) how appear within catalog views or if generate script in ssms. think when see it's generated script , not hand-written way scratch.

that said, there nothing different between (0), ((0)) or (((((((((((((0))))))))))))) ... assuming counted right, parentheses don't change meaning, readability.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -