%sql_queries = ( 1 => qq~SELECT blah FROM blah WHERE id = ?~, 2 => qq~SELECT blah,more_blah FROM blah WHERE id = ? and name = ?~, );