|
Comments
|
|
Could have explained under what circumstances omitting the length specifications for VARCHAR determines predefined length of the resulting variable/field.
|
|
|
good job!
|
|
viswanathan on
12/27/2010
thanks this video useful for me.
|
|
|
Instead of saying that you don't need to specify the length of a varchar, you should probably say that you don't need to specify the length if the length will be 30 characters or less, because the default length is 30.
|
|
|
good
|
|
|
Nice things to remember.
|
|
|
(1) varchar with no length specified in CAST and CONVERT has default length 30. In mu opinion, it would have been better if you had said that.
(2) I don't know if you had mentioned precision and scale definitions in the past for the decimal data type. In my opinion, it would have been better to say that the default scale of decimal is zero.
|
|
|
very useful
|
|
|
Would like to see another more in-depth version on errors and how to handle/trouble shoot for different conversions (primarliy varchar to currency or decimal). For example often a conversion to currency will work where a conversion to a decimal(18,6) will fail.
Thanks,
Lonnie
|
|
|
Would be nice to look at the executed text while looking at the results in some of the examples.
but overall great tutorial as always.
|
|
|
This video reminds you that it's the details that can take you down. Thank you!
|
|
|
Need more about converting dates, striping out time
|
|
Maurice Ivory on
2/11/2011
This one was great, I actually learned something!!
|
|
|
Short, clear and to the point!
|