selecte.FULL_NAME
采购员,sum(plla.quantity-plla.QUANTITY_CANCELLED) 订购数量,
sum(plla.Quantity_Received)完成数量 ,round(SUM(plla.Quantity_Received)*100 /
sum(p....
分类:
数据库 时间:
2014-06-12 12:14:51
阅读次数:
278
select msi.segment1 编码 ,msi.description 描述
,mr.old_order_quantity 数量 ,mr.old_schedule_date 订单需求日期 ,mipo.po_number 订单号
,mipo.purch_line_num 订单栏 ,pv....
分类:
数据库 时间:
2014-06-12 12:10:56
阅读次数:
381
1、高亮外框的取消 input { outline: none; } textarea {
outline: none; } 如上,使用CSS的outline就可以实现 2、文本域缩放功能的取消 也是使用CSS,具体有两种方法 textarea {
width: 400px; max-width: ...
分类:
其他好文 时间:
2014-06-12 10:53:22
阅读次数:
225
The following scripts can be used to check for
huge line numbers:-- PO Requisitionsselect * from PO_REQUISITION_LINES_ALL where
LINE_NUM > 1000000000;...
分类:
数据库 时间:
2014-06-12 09:41:27
阅读次数:
295
突发奇想学习pygame记录一下遇到的问题吧~1.pygame版本对应python版本必须一致,我用pygame对应的python3.2去试python3.4失败,不能识别,后来把python3.4删了重装才OK2.在pycharm下debug一直失败,都卡在execfile的某一句,是因为你的.p...
分类:
其他好文 时间:
2014-06-12 09:13:00
阅读次数:
301