Skip to content

Instantly share code, notes, and snippets.

@lbj96347
Created December 27, 2012 07:08
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 lbj96347/4386180 to your computer and use it in GitHub Desktop.
Save lbj96347/4386180 to your computer and use it in GitHub Desktop.
Handle String by Mysql SQL Mysql处理字符串
/* mysql 字符串处理 */
SELECT * from `appmusic` WHERE instr(ALBUMLOGO, '.gif') > 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment