Hello all,
I would like to know the difference between Get Rows(V2) and Executing a SQL Query, is one more usefel than the other etc. ?
Thank you
Hi @mmattar,
The Get Rows(V2) supports a wide range of OData query string operators that enable you to select, filter, and order the data you request. When executing it without any filter query, its return value is the whole table.
Executing a SQL Query is more like SQL query syntax, the outputs of this operation are dynamic.
You could use both of them to fulfill your needs just you like.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.