Project

General

Profile

« Previous | Next » 

Revision 51336

removed trailing ; in sql

View differences:

queryOrganizations.sql
29 29

  
30 30
		ARRAY[]::text[]                                              AS pid
31 31
FROM dsm_organizations o
32
	LEFT OUTER JOIN dsm_datasources d ON (d.id = o.collectedfrom);
32
	LEFT OUTER JOIN dsm_datasources d ON (d.id = o.collectedfrom)
33 33

  
34 34

  
35 35

  

Also available in: Unified diff