fixed order of the ISSNs returned by the SQL query

This commit is contained in:
Claudio Atzori 2020-09-24 12:09:58 +02:00
parent fadf5c7c69
commit 42f55395c8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ SELECT
dc.officialname AS collectedfromname,
d.typology||'@@@dnet:datasource_typologies' AS datasourcetype,
'sysimport:crosswalk:entityregistry@@@dnet:provenance_actions' AS provenanceaction,
concat_ws(' @@@ ', issn, lissn, eissn) AS journal
concat_ws(' @@@ ', issn, eissn, lissn) AS journal
FROM dsm_datasources d