51Testing软件测试论坛
标题:
如何查询orders表中所有订单的总价大于 100 的订单记录?
[打印本页]
作者:
测试积点老人
时间:
7 天前
标题:
如何查询orders表中所有订单的总价大于 100 的订单记录?
回复可见
作者:
oliver.tang
时间:
6 天前
slect * from orders where order_price > 100
作者:
kallinr
时间:
6 天前
SELECT *
FROM orders
WHERE total_price > 100;
作者:
海海豚
时间:
6 天前
slect * from orders where order_price > 100
作者:
jingzizx
时间:
6 天前
select * from orders where order_price > 100
作者:
你好浮戈
时间:
6 天前
slect * from orders where order_price > 100
作者:
litingting0214
时间:
6 天前
slect * from orders where order_price > 100
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2