摘要: 转 http://www.cnblogs.com/lgx5/p/6017874.html 表中其它列的计算值 创建的sql create table table1 ( number decimal(18,4), price money, Amount as number*price --这里就是计算 阅读全文
posted @ 2017-09-06 15:29 任飞儿 阅读(1362) 评论(0) 推荐(0) 编辑