Login  Register

Re: Data type "indicator" - What about boolean?

Posted by Fabian Gorsler on Jul 07, 2006; 9:38am
URL: http://ofbiz.116.s1.nabble.com/Data-type-indicator-What-about-boolean-tp140544p140545.html

Oh, excuse me, I've mixed up data types in Oracle. In Oracle the RDBMS
itself has noch BOOLEAN, just PL/SQL supports it.

But anyway: Why is there no explicit data type fo just logical
data with an abstraction to something like "true" and "false"? Perhaps
NUMBER(1) could be used even on different RDBMS which don't support
BOOLEAN.