Skip to main content

Notifications

Power Platform Community / Forums / Building Flows / SQL - Get Rows V2 - Wh...
Building Flows
Unanswered

SQL - Get Rows V2 - Why does my filter query not work

Posted on by 161
I'm trying to do a simple filter query on my rows where all rows get returned where 'key' starts with generic. So in SQL I would use key LIKE 'generic%' But I get an error. Is there a documentation about which syntax is supported by the connector?
 
  • Suggested answer
    MichaelFP Profile Picture
    MichaelFP 1,063 on at
    SQL - Get Rows V2 - Why does my filter query not work
    SQL connector doesn't use T-SQL for sintax. it use ODATA for queries. If you want to still using T-SQL, i would recommend that you use store procedure and send the data as parameter to be user in the way that you like.
  • Suggested answer
    dukatz Profile Picture
    dukatz 161 on at
    SQL - Get Rows V2 - Why does my filter query not work
    So the Problem is, the Connector doesn't use SQl queries but ODATA queries Query options overview - OData | Microsoft Learn.
    In my case startswith(key,'generic') was the solution.

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Community Update Sept 16…

Power Platform Community Update…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 140,745

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,355

Leaderboard

Featured topics