Discussion in 'PHP' started by Derpost, Jun 5, 2011.
i want to select first 100 character in text column with SQL. i doesnt want substr function.
SELECT LEFT (column, 100) FROM table Code (markup):
SELECT LEFT (column, 100) FROM table
Separate names with a comma.