We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f5b11 commit b638b96Copy full SHA for b638b96
function/ti/getrecentuploads.sql
@@ -11,7 +11,7 @@ AS $function$
11
end as geopolitical,
12
cdb.databasename,
13
STRING_AGG(pic.contactname, '; ') AS investigator,
14
- to_CHAR(ds.recdatecreated, 'text') AS recdatecreated,
+ to_CHAR(ds.recdatecreated, 'YYYY/MM/DD') AS recdatecreated,
15
STRING_AGG(ct.contactname, '; ') as steward
16
FROM ndb.datasets AS ds
17
INNER JOIN ndb.datasettypes AS dst ON dst.datasettypeid = ds.datasettypeid
0 commit comments