shit date casts left
This commit is contained in:
parent
37856ec606
commit
9f80f0a916
2 changed files with 12 additions and 6 deletions
|
|
@ -41,11 +41,9 @@ select
|
|||
listing_postcode,
|
||||
pets_allowed,
|
||||
status_updated_at_utc,
|
||||
cast(status_updated_at_utc as date) as status_updated_date_utc,
|
||||
status_updated_date_utc,
|
||||
updated_at_utc,
|
||||
cast(updated_at_utc as date) as updated_date_utc,
|
||||
creation_at_utc as athena_creation_at_utc,
|
||||
cast(creation_at_utc as date) as athena_creation_date_utc,
|
||||
athena_creation_at_utc,
|
||||
created_at_utc,
|
||||
cast(created_at_utc as date) as created_date_utc
|
||||
created_date_utc
|
||||
from stg_edeposit__verifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue