123 reputation
5
bio website hanseninfotech.com
location West Long Branch, NJ
age 21
visits member for 10 months
seen Mar 25 at 2:57
stats profile views 5

Web and mobile application developer focusing on iOS development and development on the LAMP stack. I develop web applications to interface with financial applications written in C++. I also develop for a web based taxi start-up and for a social networking company called Brabble. Technology enthusiast who loves to learn about everything and anything. Fluent in English and Spanish.

Specialties:
Web Development
Mobile Development
Systems Administration


Mar
11
awarded  Popular Question
Jul
2
awarded  Supporter
Jul
2
awarded  Scholar
Jul
2
comment SELECT TOP in MySQL
Works like a charm! Thanks!
Jul
2
accepted SELECT TOP in MySQL
Jul
2
awarded  Student
Jul
2
comment SELECT TOP in MySQL
@MikaelEriksson You sure that's the easiest way to do it? Seems like overkill. There has to be a simpler way.
Jul
2
comment SELECT TOP in MySQL
@Phil I'll sort them by alphabetical order ascending. Half meaning if I have 80 rows sorted A-Z I want to be able to select the first 40.
Jul
2
comment SELECT TOP in MySQL
@Phil I want half the rows. Basically I want to select the first half and do something with in and then select the 2nd half and do something with it. Which is why i want it to be dynamic. I don't want to store the number of rows and then divide by 2 or anything like that.
Jul
2
awarded  Autobiographer
Jul
2
asked SELECT TOP in MySQL