Hi, I am having difficulties with my query and I am not sure if it is due to a syntax error.
Upper(RE1) LIKE Upper('11.12.1' + '[^0-9]%')
The requested URL was rejected. Please consult with your administrator.Your support ID is: 5772500289949997508Upper(RE1) LIKE Upper('11.12.2' + [^0-9]%)
Unable to complete operation.
Upper(RE1) LIKE Upper('11.12.2')+('^0-9'%)
Failed to execute query.
The data that I am querying looks like this:
The goal is that when the user queries 10.3.1 it returns 10.3.1 and the extentions 10.3.1a, 10.3.1b, 10.3.1b2 BUT DO NOT return 10.3.15.
Please Help.
All I get for now is: The requested URL was rejected. Please consult with your administrator.
Your support ID is: 5772500289950014772
and this URL https://uat-gisservices.information.qld.gov.au/arcgis/rest/services/EncompassApps/WildNet/MapServer/22/query?where=Upper%28RE1%29+LIKE+Upper%28%2711.12.2%27+%2B+%27%5B%5E0-9%5D%25%27%29&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=RE%2CRE1%2CRE2%2CRE3%2CRE4%2CRE5%2CPERCENT%2CLANDZONE%2CBD_STATUS%2CBVG1M%2CBVG1M_PC%2COBJECTID&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=102100&having=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&historicMoment=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentOnly=false&datumTransformation=¶meterValues=&rangeValues=&quantizationParameters=&featureEncoding=esriDefault&f=html
or no errors but no records found with queries like this: Upper(RE1) LIKE Upper(CONCAT('11.12.2', '[^0-9]%'))
Thank you for your help.
Jeremy
#sql #arcgisrest
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.