Select to view content in your preferred language

What SQL dialect is used for AGOL Feature Service definition queries?

133
2
Jump to solution
2 weeks ago
Bud
by
Honored Contributor

@JustinH mentioned in 1:M Join to Pull feature with Specific Attribute information:

I pull all of the data from an AGOL Feature Service that our organization is hosting. 

What SQL dialect is used in SQL expressions on AGOL Feature Service data?

  • Definition query
  • Select by Attributes
  • Any other SQL expressions in geoprocessing tools
0 Kudos
1 Solution

Accepted Solutions
ChrisUnderwood
Esri Contributor

Hello @Bud , is "Standardized SQL" the answer you are looking for ?

https://doc.arcgis.com/en/arcgis-online/reference/sql-agol.htm

"ArcGIS Online requires developers to use standardized SQL queries when querying hosted feature layers."

 

View solution in original post

2 Replies
ChrisUnderwood
Esri Contributor

Hello @Bud , is "Standardized SQL" the answer you are looking for ?

https://doc.arcgis.com/en/arcgis-online/reference/sql-agol.htm

"ArcGIS Online requires developers to use standardized SQL queries when querying hosted feature layers."

 

Bud
by
Honored Contributor

Thanks @ChrisUnderwood.

What is meant by the word "workspace" in this context? Is a different AGOL FC/table considered to be a different workspace?

Standardized SQL functions in ArcGIS Online

Standardized queries are not supported on joins between different workspaces.


For example, are Table_1 and Table_2 different workspaces?

Bud_1-1725391318225.png

 

 

0 Kudos