Forum Discussion
Dhirendra Bhupati
Microsoft
Nov 30, 2018Reserved Keywords/strings within Log Analytics query language?
Is there any list of reserved key words like 'computer' which we cannot use within our queries?
For instance, when i try to run a query like:
<TABLE> | where Name contains 'computer'
...
- Dec 02, 2018
This is probably an error specific to your workspace. I would assume that you somehow have some functions created that have the same alias or something. Check what kind of functions you have created.
Dhirendra Bhupati
Microsoft
Nov 30, 2018Intersting.. I tried the same query on https://portal.loganalytics.io/demo and it worked the way you described. But when i try to run this against my Log Analytics workspace it yields this error.
(Attached the screenshot for the error)
May be this is related to the workspace and nothing to do with the query language.
Dec 02, 2018
This is probably an error specific to your workspace. I would assume that you somehow have some functions created that have the same alias or something. Check what kind of functions you have created.