15

Dev. policy: The use of SELECT * is forbidden.

Open Data Access Layer > first statement: SELECT * FROM bullshit_table

Comments
  • 2
    oh man, I've been working on query optimisations this week and.. well.. so many useless subqueries with heaps of unnecessary joins! It hurts :(
  • 1
    @iDanoo JOIN everything with Right joins!
  • 2
    @flag0 might as well delete all the indexes as well.
  • 2
    @perfectdark Perfect! speaking of which, I've seen a few tables that were fully indexed. Customer was wondering why their SQL server had no space.. 15gb table with like 20 indexes.. that's why.
Add Comment