Code has been added to clipboard!

Getting Three Specific Cells With SQL SELECT TOP

Example
SELECT TOP 3 * FROM Customers
WHERE Country='Germany';