Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created July 22, 2020 09:35
Show Gist options
  • Save eagletmt/d8542e841d679475ae27916985d66aec to your computer and use it in GitHub Desktop.
Save eagletmt/d8542e841d679475ae27916985d66aec to your computer and use it in GitHub Desktop.
Debug bdash
select *
from (
values
(timestamptz '2020-07-22 09:00:00 UTC', 'b', 3)
, (timestamptz '2020-07-22 10:00:00 UTC', 'a', 1)
, (timestamptz '2020-07-22 10:00:00 UTC', 'b', 2)
) as t (time, name, value)
;
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
time name value
2020-07-22 18:00:00+09 b 3
2020-07-22 19:00:00+09 a 1
2020-07-22 19:00:00+09 b 2

Data source

key value
type postgres
host
port 0
user
database eagletmt

Created by

Bdash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment