How do we change an integer to string

Would like to change my sql in lookml from an integer originally to a string.

dimension: nest {
type: number
sql: ${TABLE}.nest;;
}