does sql server havethis parsing mechanism with regard to data type
discovery. for example:
select 8/2;
how does it know that the operands are ints, etc?Get a copy of the SQL Standards for the default CAST() that the engne
does. It is defiend in the language.
No comments:
Post a Comment