How do you display a 'memo' type field in SQL? Memo type fields are maintained separately from the database. Only a pointer to that data is stored in the table. Is there a special SQL command to issue ...