robert030975
MIS
- Oct 17, 2006
- 227
Hi okay I'm stuck
I have a script and would like to convert it to TSQL
Informix
select name, qty, inout, qty * ( inout || "1")
from table
Result
robert 1 - -1
Paul 2 + 2
does anyone know the TSQL for this?? Could it be case?
I have a script and would like to convert it to TSQL
Informix
select name, qty, inout, qty * ( inout || "1")
from table
Result
robert 1 - -1
Paul 2 + 2
does anyone know the TSQL for this?? Could it be case?