Lesson I should learn: Use MySQL as little as possible.
Too much time has been wasting trying to "figure out how to do it in MySQL", under the assumption that this would make my application better/faster. No! I shouldn't think like this anymore. Do everything in the application land (business logic); just ask query as simply as possible, get in get out. MySQL, move out the way BITCH!











