it's just a style question, but since SELECT a OR b FROM table doesn't work, i had to find out that i can use SELECT GREATEST(a, b) FROM table instead.
GREATEST sees to behave like OR, and LEAST seems to behave like AND, but this is only due the fact, that true seems to be "greater" than false.
Is there any better way instead using GREATEST?
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
