Sum column in sql using execute query gives varying output

Hi devs, I am summing a column and getting the column count but each time I run the query the output gives varying result. i.e the count when I run now might differ when I run in the next 10mins.I am using float as the data type.Please assist

Hi @RPA-botDev ,
Can you send me the query will check and update you.

Regards,
Arivu

1 Like

Alright this is it - select * from tableCurrency where country in (select country from table nationality where (convert(float, currencyAmount )) = 0)
Regards Arivu

Are you there Arivu?

Hi @RPA-botDev,
Are you executing the query in sql database?

Regards,
Arivu

I am usin uipath execute query to execute it

That’s OK you r running the query in sql database right.

If possible can you share the screenshots

Regards,
Arivu

select * from tableCurrency where country in (select country from table nationality where (convert(float, currencyAmount )) = 0)