Search Results

0
votes
5answers
267 views

SQL query to select unreferenced rows

I'm having a brain-dead moment... I have two tables described by: CREATE TABLE table_a ( id INTEGER PRIMARY KEY AUTO_INCREMENT, name VARCHAR(2 …