Originally posted by reinfeldMost of Russ's post are informative,and helpful.Many talk about new features,or are helpful suggestions.Besides that Russ is a cool guy.
...how come russ has 860 recs....is he that funny...he is that innovative...tell me why he has so many recs...what am i missing here...
Originally posted by reinfeldTwo snowmen are in a field, and one says to the other, 'Can you smell carrots?'
...how come russ has 860 recs....is he that funny...he is that innovative...tell me why he has so many recs...what am i missing here...
Right, there is the laughs for you.
Rec me up, boys!
-Russ
Originally posted by RussI know your secret, you run this procedure now and again:
Two snowmen are in a field, and one says to the other, 'Can you smell carrots?'
Right, there is the laughs for you.
Rec me up, boys!
-Russ
create procedure increase_my_recs;
declare new_rec_count integer;
select rec_count + 10 into new_rec_count from users where uid = 1;
update users set rec_count = new_rec_count where uid = 1;
end ?
π
Originally posted by lauseyWell either that or Russ is JoniG's new account π
I know your secret, you run this procedure now and again:
create procedure increase_my_recs;
declare new_rec_count integer;
select rec_count + 10 into new_rec_count from users where uid = 1;
update users set rec_count = new_rec_count where uid = 1;
end ?
π