We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Issue using the 'ANY Like' in the sql editor

Idyllic_Data_Geek
8 - Asteroid

Hello,

I'm using a query to extract data based on some keyword strings. The query that I used is something like

select a,b,c,d,e,f

from abcd

where e like any

('TREA 000%','%TREA 010%',
'%XXSOC SEC%','%XXVA BEN%',     '%XXSUPP SEC%','%XXCIV%')

 Although, alteryx is able to initially parse the query successfully . But, When I try to use this data source it is throwing me an error.

2 REPLIES 2
OllieClarke
15 - Aurora
15 - Aurora

Hi @Idyllic_Data_Geek can you give us a bit more information please? To what datasource are you connecting? Can you give a screenshot of the error, and/or give us the error text itself?

 

Thanks

apathetichell
20 - Arcturus

what's the datasource and what's the error message?

Labels
Top Solution Authors