Hello everyone,
I was making a query to a REST service in the v 10.2, with a MAX value, it was working perfectly with the following sentence:
CENTRAL_ID=(SELECT MAX(CENTRAL_ID) FROM CENTRAL_PMGD)
My Rest Srv is containing the following fields:
Fields:
- OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID , editable: false , nullable: false )
- EMPRESA_ID ( type: esriFieldTypeInteger , alias: PERIODO_STAR , editable: true , nullable: true )
- PERIODO_STAR ( type: esriFieldTypeString , alias: PERIODO_STAR , editable: true , nullable: true , length: 6 )
- CENTRAL_ID ( type: esriFieldTypeInteger , alias: CENTRAL_ID , editable: true , nullable: true )
When i try to do the same query in the v 10.3 i got the following error ...
¿How can i do it?
Thanks for ur answer 