point.sql 72 B

123
  1. --!syntax_pg
  2. select key,'(1,2)'::point from plato."Input"
  3. order by key;