mysql limit query

mysql limit query


<?php
mysql_query("select *  from tbl_name  limit 0,1");
?>