© 2026 Hedgehog Software, LLC
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'questions.venue_id' in 'where clause'
select `name` from `venues` where `questions`.`venue_id` = `venues`.`id`;
SELECT VENUE_ID FROM QUESTIONS;