Added all date_utc fields
This commit is contained in:
parent
46d5e7c3c5
commit
ffef9e3ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ select
|
|||
level_of_protection_amount,
|
||||
level_of_protection_currency,
|
||||
status_updated_at_utc,
|
||||
cast(status_updated_date_utc as date) as status_updated_date_utc,
|
||||
cast(status_updated_at_utc as date) as status_updated_date_utc,
|
||||
updated_at_utc,
|
||||
cast(updated_at_utc as date) as updated_date_utc,
|
||||
creation_at_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue