31  
泰格报表提示数据转换溢出
作者: 吴翔宇 于 2022年01月19日 发布在分类 / 软件 / 泰格 / 至尊 下,并于 2022年01月19日 编辑

select item_no, item_subno, item_name
  from item
 where in_price > 999999
    or base_price > 999999
    or sale_price > 999999
    or vip_price > 999999
    or in_stock_factor > 999999
select item_no, branch_no, cost_price, stock_qty
  from wh_stock
 where cost_price > 999999
    or stock_qty > 999999
    or abs(cost_price) * abs(stock_qty) > 999999
select * from wh_inout_flow  where oper_date > dateadd(dd, -30, getdate()) and abs(real_qty) * abs(current_salepx) > 9999999
--update wh_inout_flow set current_salepx = sale_price where oper_date > dateadd(dd, -30, getdate()) and abs(real_qty) * abs(current_salepx) > 9999999
select * from pos_daysum  where oper_date > dateadd(dd, -100, getdate()) and abs(sale_qty) + abs(ret_qty) > 9999999


运行语句查到的异常,进入商品基本信息修改




 推荐知识

 历史版本

修改日期 修改人 备注
2022-01-19 17:40:18[当前版本] 吴翔宇 创建版本

 附件

附件类型

PNGPNG

慧邦知识分享平台 - free.V4.3.0-439 - 免费版