Thanks for the response....

> If you provide more informations like the query and how
> many rows it returns, it should be easier help you.

The query is:   select * from cmContent;
The query returns 228 rows.

mysql> describe cmContent;
+-------------------------+------------------+------+-----+---------------------+----------------+
| Field                   | Type             | Null | Key | Default   
         | Extra          |
+-------------------------+------------------+------+-----+---------------------+----------------+
| contentId               | int(11) unsigned |      | PRI | NULL      
         | auto_increment |
| name                    | text             |      |     |           
         |                |
| publishDateTime         | datetime         |      |     | 0000-00-00
00:00:00 |                |
| expireDateTime          | datetime         |      |     | 0000-00-00
00:00:00 |                |
| contentTypeDefinitionId | int(11)          | YES  |     | NULL      
         |                |
| parentContentId         | int(11)          | YES  |     | NULL      
         |                |
| creator                 | text             |      |     |           
         |                |
| repositoryId            | int(11)          |      |     | 0         
         |                |
| isBranch                | tinyint(4)       |      |     | 0         
         |                |
| isProtected             | tinyint(4)       |      |     | 2         
         |                |
+-------------------------+------------------+------+-----+---------------------+----------------+


Really nothing special to speak of.

Thanks for helping me out,
Frank

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to