Hello Marijana,
The following is an example of converting a number to a char:
CAST("Worker"."Work Terms Assignment ID" AS CHAR(40))
Thank you Hassan
You can use TO_CHAR option as well:
sql TO_CHAR("Table"."Number Column")