Posts by Heitor Vrunski Moreira • 1 point
1 post
-
0
votes1
answer50
viewsA: Coverter Int in Vachar - Mysql
You will have to convert using the function CAST or CONVERT for the datatype CHAR . There is no conversion to VARCHAR . For example : SELECT DISTINCT CAST(id_pasta as CHAR(50)), nome, id_usuario,…