specql
specql copied to clipboard
Automatic PostgreSQL CRUD queries
Results
11
specql issues
Sort by
recently updated
recently updated
newest added
Adding DISTINCT / DISTINCT on would be pretty useful, e.g. ``` SELECT DISTINCT ON (location) location, time, report FROM weather_reports ORDER BY location, time DESC; ``` I propose a new...