0 Get last n records pada MySQL 2017-12-11 admin MySQL Untuk n records dapat menggunakan LIMIT pada query. SELECT * FROM mytable WHERE TIME(timecolumn) BETWEEN '10:20' and '11:20' ORDER BY id DESC LIMIT 10;
Recent Comments