Jeff Waugh wrote:

work outside it though (see dailywtf.com for reference points). The rise of

See http://www.dailywtf.com/ for a good WTF??
They fucked up themselves.

I used to read hilarious examples of very very nasty coding practices (mostly
Doze-based, oddly enough!) on this site.

Example: Delete a row from a table:

   select * into #temp from a; delete from #temp where key<>@key;
   select * from #temp; drop table #temp;

Hey, wait a minute. The correct URL is as follows:

   http://thedailywtf.com/


Doh!

cheers
rickw



--
_________________________________
Rick Welykochy || Praxis Services

Your food stamps will be stopped effective March 1992 because we received notice
that you passed away. May God bless you. You may reapply if there is a change in
your circumstances.
     -- Department of Social Services, Greenville, South Carolina
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to