当前位置:网站首页>Dameng database_ Summary of supported data types
Dameng database_ Summary of supported data types
2022-07-24 06:11:00 【ls2best】
One 、 value type
NUMERIC[ precision , scale ]: Used to store zero 、 Positive and negative fixed point numbers . Accuracy range 1 to 38
NUMBER type : Follow NUMERIC identical
DECIMAL/DEC type : Follow NUMERIC be similar
BIT type : Used to store integer data 1、0 or null
INTEGER/INT type : Used to store signed integers , Accuracy of 10
PLS_INTEGER type : And INTEGER identical
BIGINT type : Used to store signed integers , Accuracy of 19, Scale is 0
TINYINT type : Used to store signed integers , Accuracy of 3, Scale is 0. The value range is :-128~+127.
BYTE type : And TINYINT be similar , Accuracy of 3, Scale is 0.
SMALLINT type : Used to store signed integers , Accuracy of 5, Scale is 0.
BINARY type : Specify fixed length binary data .
VARBINARY type : Specify variable length binary data . Usage is similar. BINARY data type .
REAL type : Floating point number with binary .
FLOAT type : Binary precision floating point numbers , The maximum accuracy shall not exceed 53.
DOUBLE type : Same as FLOAT be similar , The maximum accuracy shall not exceed 53.
DOUBLE PRECISION type : This type indicates a double precision floating-point number , Its binary precision is 53, Decimal precision is 15.Two 、 Character type
CHAR/CHARACTER type : Fixed length string , The maximum length is determined by the database page size .
VARCHAR type : Variable length string , The maximum length is determined by the database page size .3、 ... and 、 Multimedia type
TEXT/LONGVARCHAR type : Variable length string types , The maximum length of its string is 2G-1, Can be used to store long text strings .
IMAGE/LONGVARBINARY type : It can be used to store image types in multimedia information .
BLOB type : Used to indicate a variable length string , Maximum length 2G-1 byte .
CLOB type : Used to indicate a variable length string , Maximum length 2G-1 byte .
BFILE type : Used to indicate binary files stored in the operating system .Four 、 The date type
DATE type : Including the year 、 month 、 Daily information , Defined ‘-4712-01-01’ and ‘9999-12-31’ Any valid Gregory date between .
TIME type : When included 、 branch 、 Second information .
TIMESTAMP/DATATIME type : Including the year 、 month 、 Japan 、 when 、 branch 、 Second information .
TIME WITH TIME ZONE type : Describe a time zone TIME value .
TIMESTAMP WITH TIME ZONE type
TIMESTAMP WITH LOCAL TIME ZONE type : Describe a local time zone TIMESTAMP value .5、 ... and 、 Boolean type
BOOL/BOOLEAN data type : Boolean data type TRUE and FALSE.Dameng community address :https://eco.dameng.com
边栏推荐
- 初识图形学
- MySql与Qt连接、将数据输出到QT的窗口tableWidget详细过程。
- [deep learning] teach you to write "handwritten digit recognition neural network" hand in hand, without using any framework, pure numpy
- Deepsort summary
- Read the qualified line of CSV file and write it to another CSV
- Dameng database_ Common user management commands
- Headlong platform operation
- Draw contour cv2.findcontours function and parameter interpretation
- bat批处理脚本、同时运行多个文件、按照顺序执行的批处理命令及xshell脚本。
- JSON. Dumps() function parsing
猜你喜欢

使用Keras实现CNN+BiLSTM+Attention的多维(多变量)时间序列预测

Jupyter notebook select CONDA environment

JDBC advanced -- learning from Shang Silicon Valley (DAO)

unity2D游戏之让人物动起来-上

JUC并发编程基础(6)--Lock锁

C language linked list (create, traverse, release, find, delete, insert a node, sort, reverse order)

Unity基础知识及一些基本API的使用

餐饮数据统计分析---泰迪云课程大作业

初识图形学

HoloLens2开发:使用MRTK并且模拟眼动追踪
随机推荐
Openpose2d转换3d姿态识别
How to solve the problem of large distribution gap between training set and test set
用指针访问二维数组
《剑指Offer》 二维数组的查找 C语言版本
ue4 瞄准偏移
JUC并发编程基础(7)--多线程锁
[deep learning] handwritten neural network model preservation
data normalization
day6-jvm
AD1256
Statistical analysis of catering data --- Teddy cloud course homework
JDBC elementary learning ------ (learning from Shang Silicon Valley)
LSTM neural network
论文阅读-Endmember-Guided Unmixing Network (EGU-Net) 端元指导型高光谱解混网络
常见AR以及MR头戴显示设备整理
使用Keras实现CNN+BiLSTM+Attention的多维(多变量)时间序列预测
Solve modularnotfounderror: no module named "cv2.aruco“
[activiti] group task
MySQL download and installation environment settings
day1-jvm+leetcode