nem.ec
Programming
Information Security
Recipes
Personal
Code Snippets
Truncate a string to a shorter length
Some description
LEFT
(
column
,
length
)
or
SUBSTRING
(
column
,
start_index
,
length
)