问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

数据库查询分析器,请各位高人看看哪里出错了!小弟感谢感谢!!!!!

发布网友 发布时间:2022-04-14 12:55

我来回答

2个回答

热心网友 时间:2022-04-14 14:25

你字段全都是not null,而且又不指定default值,但很多insert又不给字段赋值,这样肯定不行的啦(要所有字段都赋值或指定default默认值)。初步帮你改了下:

use sales
go

create table sell_order
(order_id1 bigint not null identity(1,2),
send_date datetime not null,
custom_id char(3) not null,
order_date datetime not null,
goods_id char(3) not null,
goods_number char(3) not null,
employee_id char(2) not null,
discount decimal(4,2) not null,
discounttype varchar(40) not null,
trans_id char(2) not null)
go
alter table sell_order drop column send_date
go
sp_help sell_order
go
alter table sell_order add 发货日期 datetime not null default ''
go
sp_help sell_order
go
insert sell_order
(custom_id,order_date,goods_id,goods_number,employee_id,discount,discounttype,trans_id)
values('99','2006/2/26','135','30','16','0.95','普通','')
go
alter table sell_order add reach_date datetime not null default '',cost_money decimal not null default 0
go
insert sell_order
(custom_id,order_date,goods_id,goods_number,employee_id,discount,discounttype,trans_id)
values('6','2005/10/10','26','200','02','0.8','普通','')
go
insert sell_order
(trans_id,order_date,reach_date,cost_money,discount,employee_id,goods_number,goods_id,custom_id,discounttype)
values('10','2005/12/1','2005/12/12','200000',0,'','','','','')
go

update sell_order
set employee_id=29
where employee_id='15'and cost_money is null
go

update sell_order
set discounttype='vip',discount=discount*0.9
where custom_id='100'and cost_money is null
go

delete from sell_order
where order_date='2006/1/1'
go

select * from sell_order

热心网友 时间:2022-04-14 15:43

where order_date in
(select order_date
from order_date='2006/1/1'
select from sell_order )

其他的没有看,你一句句的试一下,不就知道在哪里错了。晕倒。
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
个人账户养老金预测公式:现有5万元,缴费20年,能领多少钱? 临沂比较有名的男装品牌 呼伦贝尔市悦动网络科技有限公司怎么样? 呼伦贝尔中汇实业有限公司怎么样? 呼伦贝尔油玉不绝电子商务有限公司怎么样? 如何避免wps卡顿? 属鼠的男人找对象是属什么,属鼠的人和什么属相合 96年鼠的姻缘在哪年 属相相合年份运势提升 2024属鼠找对象属什么最佳 黑客攻击网站能报案吗 eclipse怎么配置svn插件 qq小号可以不用原大号手机号申请吗 安慰生病爱人的简句 mars版本的eclipse怎么安装svn插件 怎么安慰男朋友生病的关心话 申请QQ小号用另一个手机行吗 男朋友生病了安慰的话 安慰生病男朋友的暖心句子 河南洛阳哪里回收钨泥,钨粉,碳化钨,硬质合金泥,钨钢泥 合金钻头回收多少钱一公斤 人死了会很痛苦吗? 现在硬质合金刀片的回收价格大概在多少? 木地板的uvw贴图多大? 如果人死了会不会就没有了痛苦? 3Dmax地板材质UV贴图怎么该不了大小 3DMAX里Tiles平铺贴图木地板怎么设置?我的怎么显示不了图片啊? 人活着痛苦还是死痛苦呢?人活着是为了什么?死后会怎么样呢? 贴图得用可就是整个地板都是那个贴图了 废旧硬质合金回收现在什么价格 现在废钨钢的价格 老是头疼恶心怎么回事?有什么方法缓解吗 一偏头痛就恶心想吐有什么办法缓解吗? 经常头疼还伴有恶心呕吐的现象,请问有什么药物或者是缓解的办法?? 头疼恶心怎么快速缓解 怎么缓解头疼恶心想吐 怎么缓解头痛呕吐? 偏头痛引发恶心怎么办 呕吐后头疼怎么缓解 头疼恶心呕吐 要如何缓解啊? 用支付宝买彩票,票去哪取 支付宝买彩票中了怎么拿到奖金? 用支付宝买了彩票,中了700万,怎么领取 八月瓜六月份能种植吗 八月瓜适合扦插吗?什么样的种植方式成活率最高? 八月瓜什么时候开花 八月瓜种子种到地里了多久才能发芽,现在已经有两个月了还没有发芽? 八月瓜种植给肥步骤? excel 如何不允许输入 excel中怎么设置某一格不允许输入,又如何某在一格设置下拉菜单? 在excel中如何*符合某一条件不输入,列如如果f2的单元格是“直”,那么在g2中提醒禁止输入!