I'm attempting to use a named query that will have a WHERE clause to delete certain rows from the database. I need my WHERE clause to reference a memory tag but I'm having no luck making the connection to a tag within the query Authoring or Testing. I've tried this and several other variations-
SELECT *
FROM TableName
WHERE ColumnName = [default]MemTags/LocationTag.value}
As far as I can tell, there is no way to look at a tag within the Names Queries. Am I missing something?
I've also started looking into Transaction Groups (SQL Bridge) as a solution to this, but so far that does not seem to be the solution to me 'simple' problem either.
Any insight that can be offered on how to check against tags when manipulating a database will be greatly appreciated. Thank you!