当前位置:网站首页>Basic knowledge of vegetable chicken database
Basic knowledge of vegetable chicken database
2022-04-23 05:08:00 【FOWng_ lp】
2020.7.12
In the database char and nchar The difference between
char Type is a byte char(8) Can only save 8 Letter nchar The type is double byte nchar(8) Able to survive 8 The Chinese characters
In the database char and varchar The difference between
char The length of the type is fixed ,varchar The length of is variable .
That means , Store string ’abc’, Use char(10), Indicates that the stored characters will account for 10 Bytes ( Include 7 Two empty characters )
varchar2 Than char Save a space , But it is more efficient than char A little worse . To achieve efficiency, we must sacrifice a little space , This is the design " Space for time "
2020.7.21
SQL Server Point exclamation mark to execute SQL After success , Why doesn't the database content change according to the written code ?
Need to refresh manually , Right click on the database , Right click on the table to find the refresh , And that is , In the blank part of the table , Right click again , perform SQL, That's it , Baidu can't find out how to check this problem , It's so cute
版权声明
本文为[FOWng_ lp]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220549345927.html
边栏推荐
- DIY 一个 Excel 版的子网计算器
- Basic theory of Flink
- mysql5. 7. X data authorization leads to 1141
- Innovation training (II) task division
- Detailed explanation of hregionserver
- Luogu p2731 horse riding fence repair
- Solve valueerror: argument must be a deny tensor: 0 - got shape [198602], but wanted [198602, 16]
- calendar. Pit point of getactualmaximum (calendar. Day_of_month)
- redis数据类型有哪些
- 【数据库】MySQL单表查询
猜你喜欢
Deep learning notes - fine tuning
Learning Android V from scratch - UI
Use the built-in function of win to transfer files between two computers in the same LAN (the speed is the same as that between local disks)
Detailed explanation of the differences between TCP and UDP
Backup MySQL database with Navicat
AQS source code reading
JS engine loop mechanism: synchronous, asynchronous, event loop
MySQL memo (for your own query)
A trinomial expression that causes a null pointer
Redis persistence
随机推荐
[2022 ICLR] Pyramid: low complexity pyramid attention for long range spatiotemporal sequence modeling and prediction
A trinomial expression that causes a null pointer
Chapter II project scope management of information system project manager summary
MySQL realizes row to column SQL
How to exit VIM
[2022 ICLR] Pyraformer: Low-Complexity Pyramidal Attention for Long-Range 时空序列建模和预测
Differences between redis and MySQL
COM in wine (2) -- basic code analysis
Define defines constants and macros, pointers and structures
vscode ipynb文件没有代码高亮和代码补全解决方法
Innovation training (II) task division
Perfect test of coil in wireless charging system with LCR meter
On distributed lock
Thoughts on a small program
The 8 diagrams let you see the execution sequence of async / await and promise step by step
TypeError: ‘Collection‘ object is not callable. If you meant to call the ......
Transaction isolation level of MySQL transactions
Progress of innovation training (III)
Learning Android from scratch -- Introduction
Leetcode -- heuristic search