you probably want something like:

    select  substring_index( mycolumn, ".  ", 2) from mytable;

Regards,

Gary "SuperID" Huntress

=======================================================
FreeSQL.org offering free database hosting to developers
Visit http://superid.dyndns.org:8080/freesql/index.php

----- Original Message -----
From: "Mike Baerwolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 01, 2001 12:38 PM
Subject: limit text column


Hello,

Is it possible to limit the output of a text column to the first two
sentences in the column?

Thanks for the Help,
Mike



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to