Re: Sock Puppet
Posted: Sun May 23, 2010 2:45 pm
Nice! 

The focal point for Texas firearms information and discussions
https://mail.texaschlforum.com/
Code: Select all
Error, query failed Table './securetheborder/section' is marked as crashed and last (automatic?) repair failedSELECT SC.*, S.directory, S.default_id, S.section FROM sectioncontent SC, section S WHERE SC.ID = 1 AND SC.section_id = S.section_id
That's nothing compared to some of the SQL monstrosities I've written at work.SQLGeek wrote:Server error....
Ewww....who wrote that SQL query?Code: Select all
Error, query failed Table './securetheborder/section' is marked as crashed and last (automatic?) repair failedSELECT SC.*, S.directory, S.default_id, S.section FROM sectioncontent SC, section S WHERE SC.ID = 1 AND SC.section_id = S.section_id
<hijack on>AJ80 wrote:That's nothing compared to some of the SQL monstrosities I've written at work.SQLGeek wrote:Server error....
Ewww....who wrote that SQL query?Code: Select all
Error, query failed Table './securetheborder/section' is marked as crashed and last (automatic?) repair failedSELECT SC.*, S.directory, S.default_id, S.section FROM sectioncontent SC, section S WHERE SC.ID = 1 AND SC.section_id = S.section_id
I'm sure but anytime I see things like "SELECT *"...I want to run away screaming. Not a fan of the non-ANSII joins either.AJ80 wrote:That's nothing compared to some of the SQL monstrosities I've written at work.SQLGeek wrote:Server error....
Ewww....who wrote that SQL query?Code: Select all
Error, query failed Table './securetheborder/section' is marked as crashed and last (automatic?) repair failedSELECT SC.*, S.directory, S.default_id, S.section FROM sectioncontent SC, section S WHERE SC.ID = 1 AND SC.section_id = S.section_id