Jump to content

how to limit the number of digits returned in a field


deejay

Recommended Posts

Hi

 

basically i am making a search which has a description in it, what I want to do is only return 150 letters of that description. i thought this would work from the manual but it doesn\'t

 

<?php
SELECT 

table1.title,
table1.idnumber,
table1.description(LEFT,150)

FROM table1
?>

 

anyone know what I should be doing.

 

Thanks

 

Deej

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.