$ 0 0 Dieter: Thank you very much. I just want to know ,when I excute the follow sql: sel cast(400.000000000 * 100000000 as decimal(18,2)). Does it excute multiplication fisrt or cast first? If excute multiplication first,why it does't overflow?
Dieter:
Thank you very much.
I just want to know ,when I excute the follow sql:
sel cast(400.000000000 * 100000000 as decimal(18,2)).
Does it excute multiplication fisrt or cast first? If excute multiplication first,why it does't overflow?