Forgot your password?
typodupeerror

Comment Re:Patents are good! (Score 1) 337

It's actually more like select top 1 item_name from items where name like 'PO%' order by number_of_requests_last_week desc or in a non-MS workd select iten_name from ( select iten_name from items where name like 'PO%' order by number_of_requests_last_week desc ) where rownum2

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (8) I'm on the committee and I *still* don't know what the hell #pragma is for.

Working...