MrDontKnowNothing
Programmer
hi folks,
i'd like to do some calculations within a query, but the result is only a integer value but i need something like a float.
select (value / 100 + value) as newvalue from mytable
any help appriciated...thanx!
alex
i'd like to do some calculations within a query, but the result is only a integer value but i need something like a float.
select (value / 100 + value) as newvalue from mytable
any help appriciated...thanx!
alex