Mysql query to display decimal values

Hi,

I’m using mysql as data source and would like to get query to display decimal values.

My table contains data as decimal values.

when we execute the query, we are getting RESPONSE_TIME as integer value though we had written CAST(RESPONSE_TIME as DECIMAL(5,3))

Can you provide the query to dispaly RESPONSE_TIME as decimal value in the grafana dashboard?
Thanks,
Siva.!

Got the solution, need to use Legend.