|
Posted by Piero 'Giops' Giorgi on 07/06/07 20:51
On Jul 2, 8:11 pm, Apaxe2000 <Apaxe2...@gmail.com> wrote:
> Yes, key_desc is a char() field. And i need to extract de sum of the
> string. In this case, the value "111".
Simply create a temporary table (name it, for example "TheCalculator")
with only ONE record in it (Whatever...) and do something like:
SELECT (123+4)*2 FROM TheCalculator
That'll give you the result of any calculation
Piero
Navigation:
[Reply to this message]
|