Hi all, it's me again jeje !!!

i have a question, i want to do something like this

select 10 as a, 1 as b, (a+b) as c;

im want to get something like this

a  | b  | c
-------------
10 | 1 | 11

how can i do this...  i want to do that becouse i get a big value from
a sub big subquery, so i don't want to make again the subquery...

thanks a lot
--

http://www.obed.org.mx ---> blog

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to