Media Summary: shorts In this video, we discuss how to find 1. LIMIT SELECT * FROM emp ORDER BY ID DESC LIMIT 1; 2. Sub-Query SELECT * FROM EMP WHERE id= (SELECT MAX(id) ... For discounts on courses I offer, see the 2020 trailer video of this YouTube channel ...
How To Get Last Row In Sql - Detailed Analysis & Overview
shorts In this video, we discuss how to find 1. LIMIT SELECT * FROM emp ORDER BY ID DESC LIMIT 1; 2. Sub-Query SELECT * FROM EMP WHERE id= (SELECT MAX(id) ... For discounts on courses I offer, see the 2020 trailer video of this YouTube channel ... If you want to Know Any Queries,KIndly Comment me in Comment Box or My whatsup number 8508598428.Share Your ... fetch first and last record from table using sql Please support me by considering joining my channel and
select * from Person_Info ORDER BY id DESC OFFSET 2