nix, shell, perl, php, mysql and mac os x tips and tricks

Thursday, May 8, 2008

MySQL Select random integer between 0 and 82

SELECT FLOOR(0 + (RAND() * 82))

No comments:

Post a Comment