Skip to content

SQL Reference

NEXTAFTER

  • x: FLOAT
  • y: FLOAT
SELECT nextafter(1::float, 2::float);