select wage.Currency as curr, (wage.Amount * wage.Percentage) as sss from Wage wage
or something like that? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Jan 4, 2010 at 6:33 PM, DanV <[email protected]> wrote: > select wage.Currency, (wage.Amount * wage.Percentage) from Wage wage > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
