Correct syntax for using SQL queries

Nope. Syntax are the same for tables and views.

Have a look at this as well…

Also try giving the table names within square brackets

[Mydb].[dbo].[table]

If you have SQL server management studio, try running the same query there as well to get it validated to make sure it’s running. So that we can easily identify whether it’s a problem with the query or with UiPath

1 Like