Subject | Params in Select-Part of the query |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-11-18T13:50:29Z |
Is it possible, to use params in the select-part of the query ? For
example:
select value,
value/:param as percent
from relation
Guido
example:
select value,
value/:param as percent
from relation
Guido