Skip to content

Instantly share code, notes, and snippets.

@jacobwilson41
Created April 6, 2020 19:40
Show Gist options
  • Save jacobwilson41/7ff03ea7e53706f3ac66796854304a9a to your computer and use it in GitHub Desktop.
Save jacobwilson41/7ff03ea7e53706f3ac66796854304a9a to your computer and use it in GitHub Desktop.
Postgres query
songs=# SELECT * from songs WHERE id = 10000000;
id | songtitle | artistname | albumcover | songurl
----------+-----------+------------+-------------------------------------------------------------------------------------------+--------------------------------------------------------------------------
10000000 | Ukulele | Tom Misch | https://hr-sdc-assets.s3.us-east-2.amazonaws.com/album-covers/microphone-1209816_640.jpg | https://hr-sdc-assets.s3.us-east-2.amazonaws.com/songs/bensound-hey.mp3
(1 row)
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment