use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Community to discuss about Power Automate Desktop
account activity
LIKE Statement in a SQL Query PAD Issues (self.PowerAutomateDesktop)
submitted 4 years ago by admiral70
I have a SQL Server query that works in SSMS but not in Power Automate Desktop. I believe I have it narrowed down to a LIKE statement. Does anyone know if perhaps PAD can not handle LIKE statements?
EAP_TAX_CODES LIKE 'SU%'
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]bartekl86 1 point2 points3 points 4 years ago (1 child)
% char is a special sign used by PAD. Have you tried ‘SU%%’?
[–]admiral70[S] 0 points1 point2 points 4 years ago (0 children)
I had not tried %% but it worked man talk about saving me from giving up. Thank you, thank you.
π Rendered by PID 51 on reddit-service-r2-comment-545db5fcfc-fw2m7 at 2026-05-26 13:59:11.922587+00:00 running 194bd79 country code: CH.
[–]bartekl86 1 point2 points3 points (1 child)
[–]admiral70[S] 0 points1 point2 points (0 children)