fixed alias name

This commit is contained in:
Andrea Mannocci 2023-06-06 15:10:04 +02:00
parent c3f52e22bc
commit 673fa5f9b5
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@
"source": [
"query = \"\"\"\n",
"SELECT COALESCE(legalshortname, legalname) AS organization, \n",
" COUNT(*) AS project_count \n",
" COUNT(*) AS count \n",
"FROM organizations JOIN relations ON organizations.id = relations.source.id AND reltype.name = 'isParticipant'\n",
"GROUP BY organization \n",
"ORDER BY count DESC\n",