Fri Apr 30 2021 16:47:48 GMT+0000 (UTC)
Saved by @mvieira
do $$ declare created_at time := now(); begin raise notice '%', created_at; perform pg_sleep(10); raise notice '%', created_at; end $$; Code language: PostgreSQL SQL dialect and PL/pgSQL (pgsql)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments