Created
January 21, 2011 05:44
-
-
Save alexzhan/789288 to your computer and use it in GitHub Desktop.
mysql update table where something not null
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
Being Processed Before: | |
http://goo.gl/JfLwg | |
1. update T_Image set isFetched=1 where url<>'' | |
2. update T_Image set isFetched=1 where dir<>'' | |
Being Processed After: | |
http://goo.gl/ooxfj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment