赞
踩
- select *
- from customers
- -- where first_name regexp 'elka|ambur'
- -- where last_name regexp 'ey$|on$'
- -- where last_name regexp '^my|se'
- -- where last_name regexp 'b[ru]'
- select *,quantity*unit_price as total_price
- from order_items
- where order_id=2
- order by quantity*unit_price desc
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。