My table looks like this: CREATE TABLE MyTable( Info varchar(50) null, Col1 int null, Col2 int null, Col3 int null, Col4 int null, Col5 int null ); Is there a way?
The post Select asterisk from table but if the value is negative turn into positive appeared first on BlogoSfera.