rows, err := db.Query("select * from users limit 10;select * from objects limit 10;")
这样rows里存的是第一条命令的结果
但prepare时不允许多条命令,会报错 pq: 无法插入多条命令到一个准备好的语句中