![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.04 » View Incident Report |
![]() |
Reported By: Martin Kammann Reported On: 6/9/2004 For: Version 4.04 Build 1 |
create a table: CREATE TABLE Test ( TestKey GUID NOT NULL DEFAULT CURRENT_GUID, LongField1 CHAR(255), LongField2 CHAR(255), ShortField1 CHAR(254), ShortField2 CHAR(254), UNIQUE PRIMARY KEY (TestKey) ); Then run these two queries (1st works, 2nd does not work): select coalesce(ShortField1, ShortField2) from Test; select coalesce(LongField1, LongField2) from Test
This web page was last updated on Sunday, May 4, 2025 at 12:25 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |