Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Which MySQL data type to use for storing boolean values

BOOL and BOOLEAN are synonyms of TINYINT(1). Zero is false, anything else is true. More information here.

Comment

PREVIOUS NEXT
Code Example
Sql :: oracle generate list of dates in between a date range 
Sql :: mysql count unique in group statement 
Sql :: sql where contains part of string 
Sql :: create function postgresql 
Sql :: oracle chain rules 
Sql :: ms sql print more than 1 variable 
Sql :: how to define a save method in ruby for sql databases 
Sql :: create foreign key postgres 
Sql :: move files from one folder to another in sql server 
Sql :: increment id in mysql 
Sql :: import mysql database command line 
Sql :: express mysql 
Sql :: set mysql password 
Sql :: oracle pl/sql package 
Sql :: mysql show slave status 
Sql :: sql pivot 
Sql :: drush SQLSTATE[HY000] [2002] No such file or directory 
Sql :: setval in postgres 
Sql :: how to convert external table to managed table in hive 
Sql :: set column width in sqlplus 
Sql :: mysql create pool 
Sql :: arithmetic operators in sql 
Sql :: having in sql server 
Sql :: postgres full text search example 
Sql :: mysql count 
Sql :: sql highest salary by location 
Sql :: SQL isnumeric DB2 
Sql :: oracle list user locked 
Sql :: trunc sysdate in oracle 
Sql :: sql server size of every table in a db 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =