Wednesday, March 21, 2012

How to add two integer columns in a select query?

I must be missing something, but how do you do this?
select myintcol1+myintcol2 as sumcol from...
Thanks!
Nevermind, it does work like that, I had a typo!!

No comments:

Post a Comment