提交 c7d993d3 编写于 作者: M Mars Liu

fixed structure bugs

上级 5a91bb87
......@@ -15,7 +15,7 @@ create table orders
现在开发人员希望查询指定的某一天内的数据,并按每一百条一页查询,那么正确的语句应该是:
## 答案
## 答案
```postgresql
select id, product_id, order_date, quantity, customer_id from orders where date = $1 offset $2 limit 100;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册