Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
16 - Nebula
16 - Nebula

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