DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
mysql update even / odd rows
update mytable set picture = replace(picture, '.png', '-Small.png') where id % 2 = 0;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#mysql
#update
#odd
#rows
ADD COMMENT
Topic
COMMENT
Name
3+1 =
Submit