Like this: resp, err := conn.Eval(`SELECT * FROM table1 WHERE column1 = 1;`, []interface{}{}) Because I don't like to use the 'box.sql.execute'.