Mailinglisten-Archive |
Greetz
S> kennt jemand eine Funktion, die einen bestimmten Teil aus einem
S> String schneidet ? Z.B von Pos. 5 zu Pos. 9
MID(str,pos,len)
Returns a substring len characters long from string str, starting at position pos. The variant form that uses FROM is ANSI SQL92 syntax:
mysql> SELECT SUBSTRING('Quadratically',5,6);
-> 'ratica'
This function is multi-byte safe.
Sven Wagenhöfer
http://www.onlinekosten.de
http://www.informatik.fh-kl.de
Pick ye rosebuds while ye may....
--
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive