forked from antonis.lempesis/dnet-hadoop
fixed order of the ISSNs returned by the SQL query
This commit is contained in:
parent
fadf5c7c69
commit
42f55395c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue