Simple, self-explanatory code snippets.
Correct. But there must be a CAST-ing way to do it.
CAST( CAST( (birth_date (FORMAT 'YYYYMMDD')) AS CHAR(8)) AS INTEGER) AS int_yyyymmdd,
Thank you kind human!
Correct. But there must be a CAST-ing way to do it.
ReplyDeleteCAST(
ReplyDeleteCAST(
(birth_date (FORMAT 'YYYYMMDD'))
AS CHAR(8))
AS INTEGER)
AS int_yyyymmdd,
Thank you kind human!
Delete