当前位置:网站首页>关于#数据库#的问题:反复检查过了查不出来
关于#数据库#的问题:反复检查过了查不出来
2022-06-13 09:48:00 【CSDN问答】
这个sql老提示不匹配到底咋回事啊 实在看不出来
问题相关代码
表
create table Customer
(
CustomerID varchar(50) primary key,
CustomerCompanyName nvarchar(MAX),
CustomerName nvarchar(Max),
CustomerTitle nvarchar(MAX),
CustomerAddress nvarchar(MAX),
CustomerPostalcode nvarchar(MAX),
CustomerIphone nvarchar(MAX)
)
插入语句
insert into Customer values('C001','Selead','Tom','销售经理','China','200131','11-111-1111')
列名或所提供值的数目与表定义不匹配
反复检查过了查不出来
解决这个问题
边栏推荐
- Class template
- VDD, dvdd, avdd, VCC, afvdd, dovdd, iovdd
- Thingsboard tutorial (20): filtering telemetry data using regular chains
- 说说MySQL索引机制
- 微信小程序客服自动回复——PHP实现
- Apple zoom! It's done so well
- Analysis and implementation of variable parameters in C language
- A hot MySQL training topic, making you a master of SQL
- 知识图谱入门
- 36氪首发|打造国产精算预测引擎等产品,「深轻科技」连续完成三轮融资
猜你喜欢

(bfs+GOOD) acwing 845. Eight digit
![[51nod 3062] n queen problem V2 [bit operation DFS]](/img/ca/4e3b01c371557d8214da6a97eba3ac.jpg)
[51nod 3062] n queen problem V2 [bit operation DFS]

Trees and binary trees: the concept of binary trees

VGA常用分辨率及计算方法
![1-4 message passing interface [CSP authentication]](/img/db/aecda548693cdfb0e740bcf1a1c823.jpg)
1-4 message passing interface [CSP authentication]

Tree and binary tree: operation and storage structure of tree

(dfs+ pruning + checkerboard problem +dood) acwing 843 N-queen problem

Leetcode (question 15) - sum of three numbers

Classical convolutional neural network model

信息文档管理与配置管理
随机推荐
Summary of string, vector and array learning
[51nod P3210] binary statistics
Node-RED系列(二五):集成高德地图并实现3d地图和轨迹回放
C# Oracle 多表查询
1-4 message passing interface [CSP authentication]
(bfs) acwing 844. Labyrinth
类文件结构和类加载过程执行引擎简述
[51nod p2527] or and sum [bit operation]
简述请求过程
Acwing 787. Merge sort
ASCII码值是怎么计算的,怎么计算arccos的值
Execution order of subclass and parent constructor
说说MySQL索引机制
[poj1845] sumdiv [number theory]
The rise of cloud computing enterprises and the shaking of Oracle database market dominance
Exercise 8-3 rotate the array to the right (20 points)
A hot MySQL training topic, making you a master of SQL
MOOC week 8 programming exercise 1
修饰模式和代理模式的异同
二叉树简介