Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Last active November 17, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrroot5/cc895a08a90c2875b53c to your computer and use it in GitHub Desktop.
Save mrroot5/cc895a08a90c2875b53c to your computer and use it in GitHub Desktop.
Obtiene un número de palabras de un campo. Filtra un campo por número de palabras. From: https://www.daniweb.com/web-development/php/threads/131471/displaying-a-limited-number-of-words-from-mysql#post636034
SELECT SUBSTRING_INDEX(description," ",3) FROM table [WHERE condition];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment