summaryrefslogtreecommitdiff
path: root/test/sql/test_tablesample.py
Commit message (Collapse)AuthorAgeFilesLines
* Add TABLESAMPLE clause support.saarni2016-06-151-0/+54
The TABLESAMPLE clause allows randomly selecting an approximate percentage of rows from a table. At least DB2, Microsoft SQL Server and recent Postgresql support this standard clause. Fixes: #3718 Change-Id: I3fb8b9223e12a57100df30876b461884c58d72fa Pull-request: https://github.com/zzzeek/sqlalchemy/pull/277