The constants TRUE and FALSE evaluate to 1 and 0, respectively. The constant names can be written in any lettercase.
eg: SELECT TRUE, true, FALSE, false;
o/p
TRUE TRUE FALSE FALSE 1 1 0 0
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
The constants TRUE and FALSE
Wed, 06/30/2010 - 16:28 — bandariThe constants TRUE and FALSE evaluate to 1 and 0, respectively. The constant names can be written in any lettercase.
eg: SELECT TRUE, true, FALSE, false;
o/p
TRUE TRUE FALSE FALSE
1 1 0 0