Activity overview
Latest activity by fhussain
How to disable square brackets around MATCH function in graph tables?
When formatting graph table query, the MATCH clause gets wrapped
in square brackets. For example:
-- Find Restaurants that John likes
SELECT [Restaurant].[name]
FROM [Person], [likes], [Restaurant...