get First 100 rows of the table in mysql

MySQL and PostgreSQL SQL would use LIMIT like so:


SELECT column FROM table LIMIT 100

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form