当前位置:网站首页>About the problem of database: it can't be found after repeated inspection
About the problem of database: it can't be found after repeated inspection
2022-06-13 09:54:00 【CSDN Q & A】
This sql What's wrong with the old tips I can't see it
Problem related code
surface
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 statement
insert into Customer values('C001','Selead','Tom',' sales manager ','China','200131','11-111-1111')
The column name or number of values provided does not match the table definition
After repeated inspection, I can't find out
Solve this problem
边栏推荐
- Class and object -- friend
- C 11 new feature: static abstract members in interfaces
- Node-RED系列(二四):在Node-RED中使用mysql节点实现数据库的增删改查
- 拜登:希望尽快签署两党枪支安全改革法案
- Exception handling operation
- [51nod p3216] Award [bit operation]
- 36 krypton launched | built domestic actuarial forecasting engine and other products, and "Shenzhen light technology" completed three consecutive rounds of financing
- Consolas-with-Yahei
- Classes and objects -- Inheritance
- Tree and binary tree: basic operation and implementation of binary tree
猜你喜欢
(Dijkstra + shortest circuit + by point n^2) acwing 849 Dijkstra finding the shortest path I
Oracle自定义数据类型Type疑问
Node red series (27): instructions for S7 node of the extension node
Trees and binary trees: the concept of binary trees
多线程 从UE4的无锁队列开始 (线程安全)
基于单片机的简易电子钟设计
MySQL monitoring tool PMM, let you go to a higher level (Part 2)
[51nod p3047] displacement operation [bit operation]
Thingsboard tutorial (20): filtering telemetry data using regular chains
[51nod p3111] xiaoming'ai intercepts [Las]
随机推荐
【 ssl2 ⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶⁶83
基于单片机的简易电子钟设计
六月集训(第13天) —— 双向链表
Idea life extension plug-in
[Luogu p1090, ssl1040] merged fruit [pile]
(state compression dp+ binary) acwing 91 Shortest Hamilton path
Exception handling operation
UNIX Environment advanced programming --8- process control ---8.5 function exit-8.6 function wait and waitpid
【pytorch环境安装搭建】
June training (day 13) - two way linked list
Analysis and implementation of variable parameters in C language
[51nod p3216] Award [bit operation]
信息文档管理与配置管理
基于SSM实现水果商城批发平台
Win7 cannot be remote desktop problem
[51nod p3058] Xiao ming'ai set [set]
Classes and objects -- encapsulation
acwing 790. The third root of a number (dichotomy)
Tree and binary tree: storage structure of binary tree
C# 11 新特性:接口中的静态抽象成员