IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Did you try a self-join?
It feels wierd the first time you do it, but when it works you start wondering what all the fuss was about.

update
subscribers s1
inner join subscribers s2 on s1.email = s2.email and s2.list_ID = 'baz'
set
s1.IP = s2.IP
where
s1.IP = 'bar'
and s1.listID = 'foo'


Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
New Not yet, but about to
This is what happens when you don't write code for a while. You forget the elegant way.
--

Drew
     Dumb SQL question - (drook) - (12)
         My lazy way - (crazy) - (3)
             You have ... - (beepster) - (2)
                 Depends - (crazy) - (1)
                     Maybe not so simple then - (drook)
         Did you try a self-join? - (static) - (1)
             Not yet, but about to - (drook)
         And then there is the (ugly) semi-manual way - (CRConrad) - (5)
             This is also good for invasive updates. - (static)
             That's my kind of ugly - (drook) - (2)
                 It's also an interesting lesson in pragmatism. - (static) - (1)
                     I've done round trips mySQL -> vim -> PHP -> mySQL - (drook)
             Another batching method - (jay)

Real live veggie burgers -- they cook 'em 'til they're pink.
40 ms