ciezko przez analogie do przykladu co ci linka podalem dosjc samemu?
Cytat
LEFT(str,len)
Returns the leftmost len characters from the string str, or NULL if any argument is NULL.
mysql> SELECT LEFT('foobarbar', 5);
-> 'fooba'
LENGTH(str)
<?php
$sql = mysql_query("select left(pole, 20) as pole from tek"); ?>
reszte dorob sam