Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to take recent row without limit in mysql

mysql> select *from DemoTable -> where Id=(select max(Id) from DemoTable);
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #row #limit #mysql
ADD COMMENT
Topic
Name
6+4 =