Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sqlite data types

NULL. The value is a NULL value.

INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value.

REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number.

TEXT. The value is a text string, stored using the database encoding (UTF-8, UTF-16BE or UTF-16LE).

BLOB. The value is a blob of data, stored exactly as it was input.
Comment

PREVIOUS NEXT
Code Example
Sql :: replace string value in sql 
Sql :: sql cheat sheet pdf 
Sql :: @sqlresultsetmapping 
Sql :: how to assign date field for table in mysql 
Sql :: how to find lowest in sql 
Sql :: drop df constraint sql server 
Sql :: mysql case when on date 
Sql :: renombrar tabla mysql 
Sql :: SQL Modify Column in a Table -MySQL 
Sql :: mysql case when or 
Sql :: sql create schema 
Sql :: describe table postgres 
Sql :: t-sql delete view if exists 
Sql :: oracle show procedures 
Sql :: delete row psql 
Sql :: sql query to get the number of rows in a table 
Sql :: postgresql size of database 
Sql :: mysql between 
Sql :: mysql list tables by size 
Sql :: get first monday of month sql 
Sql :: plpgsql create function 
Sql :: sql sum by column 
Sql :: what is default mysql database password in linux 
Sql :: sqlite save db 
Sql :: rename table name 
Sql :: json query 
Sql :: create database in mysql 
Sql :: postgresql get connection string 
Sql :: sql reverse order of results 
Sql :: How to drop procedures in mysql ? 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =