如何在产品表上的库存显示中增加或减少数量 [英] How to add or remove the quantity in stock display on a product table

查看:82
本文介绍了如何在产品表上的库存显示中增加或减少数量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在产品表中添加库存产品?
示例:如果添加其他产品,则会在产品表中添加产品数量.我正在处理清单.

谢谢.

how to add stock-in product in product table?
example: If I add an additional product, it adds number of product in products table. I''m working an Inventory.

thanks.

推荐答案

更新mytable set mycolumn = mycolumn + 1
update mytable set mycolumn = mycolumn + 1


像这样的事情?

ALTER TABLE table_name
添加column_name数据类型
Something like this perhaps?

ALTER TABLE table_name
ADD column_name datatype


选择此链接可能会有所帮助:
http://social.msdn.microsoft.com /Forums/zh-CN/vbgeneral/thread/d11ed406-d9bf-4363-84b6-99f4e9ee4631/ [
CHeck out this link It might help:
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/d11ed406-d9bf-4363-84b6-99f4e9ee4631/[^]


这篇关于如何在产品表上的库存显示中增加或减少数量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆