It is not a bug
-
It is not a bug because when you declare varchar without specify the length it takes 1 as default length, and if you read the MSDN you will see that you can declare varchar type like: Varchar[(n | max)] and [] means optional value :) Thank you any way
the god is the largest
-
It is not a bug because when you declare varchar without specify the length it takes 1 as default length, and if you read the MSDN you will see that you can declare varchar type like: Varchar[(n | max)] and [] means optional value :) Thank you any way
the god is the largest
I thought it was pretty common knowledge that varchar without length specification was default to one character, not really a subtle bug :suss:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon