Skip to content

Instantly share code, notes, and snippets.

@bluejaysql
Created October 9, 2015 06:12
Show Gist options
  • Save bluejaysql/4e702f6ba7cf423ad376 to your computer and use it in GitHub Desktop.
Save bluejaysql/4e702f6ba7cf423ad376 to your computer and use it in GitHub Desktop.
Generic floor() example
select columnofdecimals
from yourtable
where floor(columnofdecimals) = 10.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment