Hallo,
Ich möchte eine Jahreszahl, das als Datentyp DOUBLE vorliegt, in CHAR konvertieren.
Beispiel:
Ich kriege die folgenden Meldung:
Worin liegt das Problem? Ich habe das Internet durchsucht aber für mich nichts verständliches gefunden. Bin dankbar für jede Hilfe.
giordano
Ich möchte eine Jahreszahl, das als Datentyp DOUBLE vorliegt, in CHAR konvertieren.
Beispiel:
Code:
SELECT CAST(1980 AS CHAR(4))
Code:
Total execution time: 0.006s Preparing query: SELECT CAST(1942 AS CHAR(4)) Error: *** IBPP::SQLException *** Context: Statement::Prepare( SELECT CAST(1942 AS CHAR(4)) ) Message: isc_dsql_prepare failed SQL Message : -104 can't format message 13:896 -- message file C:\Windows\firebird.msg not found Engine Code : 335544569 Engine Message : Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 2, column 28 Total execution time: 0.005s
giordano
Comment