von Barlee » Fr, 12.03.2010 16:29
es liegen unterschiedliche Formate vor. Daher das <OBJECT>.
Benutze CAST() und das Ergebnis ist das von Dir gewünschte.
Code: Alles auswählen
SELECT "nr", "anzahl", "text", CONCAT( CAST("anzahl" AS CHAR), "text" ) FROM "test"."anzahl" AS "anzahl"
Gruß Barlee
es liegen unterschiedliche Formate vor. Daher das <OBJECT>.
Benutze CAST() und das Ergebnis ist das von Dir gewünschte.
[code]SELECT "nr", "anzahl", "text", CONCAT( CAST("anzahl" AS CHAR), "text" ) FROM "test"."anzahl" AS "anzahl"[/code]
Gruß Barlee