Skip to content

Commit

Permalink
Fixed crash on Postgres and Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Oct 20, 2014
1 parent 77bfff4 commit 6723f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/sql/sql_server/Achilles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ from
) pc on pc.PLACE_OF_SERVICE_CONCEPT_ID = vo1.PLACE_OF_SERVICE_CONCEPT_ID
) Q
) t1
group by place_of_service_concept_id
group by place_of_service_concept_id;
--}


Expand Down

0 comments on commit 6723f50

Please sign in to comment.