Hello.
I have a query that works fine:
SELECT "ROOT"."t1".*,
"ROOT"."t2"."descripcion"
FROM "ROOT"."t1","ROOT"."t2"
WHERE "ROOT"."t1"."cod"= "ROOT"."t2"."cod" (+)But when I create the corresponding view of that query:
CREATE VIEW "base" ( "t2.field", "t1.*" ) AS SELECT "ROOT"."t1".*, "ROOT"."t2"."descripcion" FROM "ROOT"."t1","ROOT"."t2" WHERE "ROOT"."t1"."cod"= "ROOT"."t2"."cod" (+)
I have got an error:
"Numeric value out of range;-811 Numeric output parameter overflow."
I need help.
thank you very much in advance
_________________________________________________________________
Hor�scopo, tarot, numerolog�a... Escucha lo que te dicen los astros. http://astrocentro.msn.es/
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
