File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ SELECT DISTINCT dts.datasetid,
3737 ' database' , cstdb .databasename ,
3838 ' doi' , doi .dois ,
3939 ' datasetpi' , dsau .authors ,
40- ' agerange' , agerange .ages ))
40+ ' agerange' , agerange .ages )) AS site
4141FROM
4242 ndb .datasets AS dts
4343 LEFT OUTER JOIN ndb .collectionunits AS clu ON clu .collectionunitid = dts .collectionunitid
@@ -96,7 +96,7 @@ SELECT DISTINCT dts.datasetid,
9696 ' database' , cstdb .databasename ,
9797 ' doi' , doi .dois ,
9898 ' datasetpi' , dsau .authors ,
99- ' agerange' , agerange .ages ))
99+ ' agerange' , agerange .ages )) AS site
100100FROM
101101ndb .datasets AS dts LEFT OUTER JOIN
102102ndb .collectionunits AS clu ON clu .collectionunitid = dts .collectionunitid LEFT OUTER JOIN
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ WITH dssamples AS (
6868 WHERE ds .datasetid = dsid
6969 GROUP BY ds .datasetid , dsinfo .dataset
7070
71- $function$
71+ $function$;
7272
7373CREATE OR REPLACE FUNCTION doi .ndbdata(dsid integer [])
7474 RETURNS TABLE(datasetid integer , data jsonb)
You can’t perform that action at this time.
0 commit comments