1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Power Automate DesktopでSQLを実行したいときにSyntax errorが発生する

Posted at

普段SSMSでSQLを実行しているのだが、自動化したくなりPower Automate Desktopに頼ることに。
こんな感じで設定したところ、
image.png
こんなエラーが
image.png
そしてこれ以上はエラーの詳細が出てこない。

とりあえずググる。

そしてこれを発見。
https://powerusers.microsoft.com/t5/Power-Automate-Desktop/SQL-Statement-syntax-error-when-using-apostrophe/td-p/1538564

みんな大好きあいまい検索でワイルドカードの%が特殊文字なのでエスケープ文字を入れてみろ、とのこと。

う ご い た

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?