Forum Discussion

Aarohi Chowdary's avatar
Aarohi Chowdary
Copper Contributor
Jul 08, 2018

Accessing a column from within toscalar() - Log Analytics Query Language

Speaking in terms of C, I need to do something like this: for(i = 0; i < 30; i++)      subquery(i);       The subquery returns a table with a single cell. I am trying to do something like this: ...