connection.withTransaction{ txConn => txConn.executeQuery( "SELECT first_name,last_name,hire_date FROM employees " + "ORDER BY hire_date DESC " + "LIMIT 0,5") }