Using Operators in Multiple Selections

Hi, I’m trying to split some values ​​that I select in my query.
If I do the division with only one value, it works, but if I use more than one line, it doesn’t work.

SELECT
$__timeEpoch(Time),
AxialCol_01(/10),
AxialCol_08(/10),
AxialCol_10(/10)
FROM
TBLMP5
WHERE
$__timeFilter(Time)
ORDER BY
Time ASC

Hello :wave: and welcome to the forum, @trivialxbr

You mean it doesn’t work in Grafana? How so? This looks like a general SQL-query problem–where does Grafana fit in?