Remix.run Logo
valyala 19 hours ago

You can add the following statements in the first example and click "Run" button in order to understand the underlying tables' structure and contents mentioned in the example:

    SELECT * FROM person;

    SELECT * FROM follows;
You can explore the database used in this example with any valid PostgreSQL statements.
exceptione 8 hours ago | parent [-]

Okay, that is better than I thought, can confirm it works.