Franco Fornari wrote:

Just a thought about the other two, CASE WHEN and CASE v1 WHEN. They are the only built-in functions having the name composed by more than one word. Could they work, if their names were CASE_WHEN and CASE_v1_WHEN, like many others are?

Well, don't think that is an option. Most of the functions can be found in the HSQL system table INFORMATION_SCHEMA.SYSTEM_ALIASES ( and a few that aren't covered in the documentation) but in this table there are no entries for any of the CASE statements. They apparently are handled quite differently then say CHAR_LENGTH with is in the table.

Drew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to