Posts by Bruno Henrique • 11 points
1 post
-
1
votes1
answer490
viewsQ: Convert Varchar to Int
I need to perform a sub query in Query but the data types of the columns are different. I am using the structure below but it is in error : SELECT MIN(POPULACAO), nome_mun from cidades select…