|
|||||||||||
|
Row too long (-2000)
From: Dusan Kolesar <d.kolesar(at)gmail.com>
Date: Tue Jul 24 2007 - 05:27:43 EDT
My DB schema is :
"ID" Integer NOT NULL DEFAULT SERIAL (1), "ID" Integer NOT NULL DEFAULT SERIAL (1), "ID" Integer NOT NULL DEFAULT SERIAL (1), when I do: select
logTb.Id,
Syntax error or access violation;-2000 POS(8214) Row too long
It seems that sql parser sums length of all columns listed in the
statement.
The same is when I do: select
logTb.Id,
Length of Substr (Column, 1, n) is n but not Length of Column type. Is there any way how to restrict length of output columns ??? Thank you very much for support. Regards, Dusan -- Dusan Kolesar Helsinska 19 040 13 Kosice Slovakia e-mail primary : d.kolesar@gmail.com e-mail alternative : d.kolesar@centrum.sk ICQ# : 160507424 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=lists@pantek.comReceived on Tue Jul 24 05:28:15 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:30:27 EDT |
||||||||||
|
|||||||||||