Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.04 » View Incident Report |
Minor |
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 Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |