Re: [SQL] Boolean output representation.

2010-08-26 Thread Dmitriy Igrishin
Hey Pavel, Thanks for you answer ! And many thanks to developers because my task a bit simplified because of that :) Regards, Dmitriy 2010/8/26 Pavel Stehule > Hello > > 2010/8/26 Dmitriy Igrishin : > > Hey all, > > > > As is known, there are many valid literal values for the "true" > > and "f

Re: [SQL] Boolean output representation.

2010-08-26 Thread Pavel Stehule
Hello 2010/8/26 Dmitriy Igrishin : > Hey all, > > As is known, there are many valid literal values for the "true" > and "false" state of boolean data type. > True whether that output of boolean type shows only using > the letters 't' and 'f' or its possible to change the output representation, > e

[SQL] Boolean output representation.

2010-08-26 Thread Dmitriy Igrishin
Hey all, As is known, there are many valid literal values for the "true" and "false" state of boolean data type. True whether that output of boolean type shows only using the letters 't' and 'f' or its possible to change the output representation, e.g., to "true" or "false" ("1", "0")? Regards, D