Personal tools
You are here: Home Les outils logiciels SGBD Oracle Oracle - boolean type - declaration
Log in


Forgot your password?
 

Oracle - boolean type - declaration

Create a boolean field on Oracle :


CHAR(1) '1'/'0'


is better than, because no langage

CHAR(1) 'Y'/'N'

 

-- EBI APR200020746 25/06/2015

alter table XXXX add XXXX char(1) DEFAULT 'N' not null;
Document Actions
« March 2024 »
March
MoTuWeThFrSaSu
123
45678910
11121314151617
18192021222324
25262728293031