Function Listas_timestampOn this pageAS_TIMESTAMP functionConverts a string value to a date-time value (timestamp type). Syntax as_timestamp(<val>, <layout>) ParameterTypeDescriptionvalstringlayoutstring Usages as_timestamp(`created_at`) as_timestamp(`created_at`, "2006-01-02 15:04:05")