Code has been added to clipboard!

Getting 50% of Records With SQL SELECT TOP

Example
SELECT TOP 50 PERCENT * FROM Customers;