早教吧作业答案频道 -->英语-->
消息156,级别15,状态1,第3行关键字'check'附近有语法错误.altertablesellorderaddconstraintcksenddatecheck(senddate>orderdate)check(arrivaldate>senddate)go
题目详情
消息 156,级别 15,状态 1,第 3 行 关键字 'check' 附近有语法错误.
alter table sell_order
add constraint ck_send_date
check (send_date>order_date)
check(arrival_date>send_date)
go
alter table sell_order
add constraint ck_send_date
check (send_date>order_date)
check(arrival_date>send_date)
go
▼优质解答
答案和解析
alter table sell_order
add constraint ck_send_date
check(send_date>order_date or arrival_date>send_date)
go
应该没有你那种语法
add constraint ck_send_date
check(send_date>order_date or arrival_date>send_date)
go
应该没有你那种语法
看了 消息156,级别15,状态1...的网友还看了以下:
home有名词能做宾语吗,go当不及物动词,go to home 不及物动词+介词+宾语为什么错了 2020-04-06 …
We go to the school from Monday to Fridary 怎么样改为同 2020-05-14 …
选择 改错 句型转换句型转换1.while living in England,he made m 2020-05-14 …
1.how long do you take to go to school by bus?2.h 2020-05-16 …
She does not go to work by a car哪里有错She为A,does no 2020-05-16 …
改错Let"s go to the park on next SundayA.Let"s go B 2020-05-16 …
帮我改正下语法错误什么的...A:Where would you like to go on va 2020-05-16 …
gobiking对而是gobike为什么错而go和bike既有名词,也有动词的意思呀!那为什么不是 2020-06-27 …
消息156,级别15,状态1,第3行关键字'check'附近有语法错误.altertablesel 2020-07-26 …
Aretheygoing(cycling)thisSaturday.为什么是错的那么go后面不是要加 2020-10-30 …