laptop and a wrench

Bug

ArcGIS Server services with the ArcGIS Pro runtime are unable to process the query REST operation with the LIKE operator.

Zuletzt veröffentlicht: April 3, 2023 ArcGIS GIS Server
Bug-ID-Nummer BUG-000155466
EingereichtJanuary 30, 2023
Zuletzt geändertOctober 23, 2024
Gilt fürArcGIS GIS Server
Gefunden in Version10.9.1
BetriebssystemWindows OS
BetriebssystemversionN/A
StatusAs Designed

Zusätzliche Informationen

When StandardizedQueries is enabled, a clause must pass that conforms to that specification. Using a numeric field with the LIKE operator is not supported as not all databases support this type of SQL clause. To make values from a numeric field be treated as string, use CAST() function. E.g.: CAST(incident_count as varchar(10)) like '%7%' The syntax will look like the following: CAST( ❬afield❭ AS varchar( ❬size❭ )) LIKE '%❬value❭%'

Schritte zur Reproduzierung

Bug-ID: BUG-000155466

Software:

  • ArcGIS GIS Server

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln