Created
December 27, 2012 07:08
-
-
Save lbj96347/4386180 to your computer and use it in GitHub Desktop.
Handle String by Mysql SQL Mysql处理字符串
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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