you@rasql>Status Welcome to the interactive rasql console. Type your query in the textbox below and press Execute to test it.
The output of the query can be visualized with a widget by writing the query as widget>>query.
Various widgets are available, with the most commonly-used being:

  • image to visualize a 2D image result, e.g. image>>select encode(..., "jpeg") from ...
  • diagram on csv encoded data, e.g. diagram(type=area,width=300)>>select encode(..., "csv") from ...
  • text to visualize a text result, e.g. text>>select dbinfo(...) from ...
Without using a widget the result would be downloaded.

Example