While doing the query SELECT count(*) FROM (SELECT * FROM table WHERE id=1) I get the following error: General error;-2010 POS(1) Assignment impossible, char value too long.
Apart from the fact that this query is nonsense, I'd like to know what's causing it. The manual refers to this error as an error when trying to assign a string to a char column that exceedes the column's limit. But I don't see this happen in my query. So what's wrong? The only thing I can think of is that I'm using a long column in that table. Any ideas? Uli -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
