Hallo!
How do I can use the function SUBSTR so that should I receive only top 50 from the cell?
I have the following request:
SELECT SUBSTR (description) FROM `article`
if description cell contain "MySQL is the best SQL server",
I want receive "MySQL is the best"
How should I use that routine? :bemused: