SELECT * FROM Customers
WHERE Country='Germany'
LIMIT 3;
This is my sql query and i working with northwind database but sql limit is not working is it deprecated ?
SELECT * FROM Customers
WHERE Country='Germany'
LIMIT 3;
This is my sql query and i working with northwind database but sql limit is not working is it deprecated ?