Mysql – How to Query Entries with Specific Decision IDs in MS Access
I have a table named MyTable linked from an external MS Access database (C:DataLinkedDatabasesExternalData.mdb). The table structure includes GroupId, RuleId, and DecisionCode. I need to create a query that lists all entries from this table where the values 10 and…