Sajith N
Sajith N
column names with '[columnName]'. Example: SELECT [Id], [Name], [Age] FROM [Register]
NAT traversal
(Please tell us what you were doing when this happened.) Exception information: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data - Line 1
Cant use functions in where clause eg: .Where("year(DATE)").EqualsTo(2021)
Cant use multiple GroupBy eg: .GroupBy("Name").ThenBy("Age") After using GroupBy clause cant use OrderBy clause eg: .GroupBy("Name").ThenBy("Age") .OrderBy("Name")