|<- <- -> ->|

Remote execution

Each node has a database with a table named request. Find the number of requests in all databases.

    [jao@zack]$ osh @jao \
                [ sql 'select count(*) from request' ] $
    ('node1', 5)
    ('node2', 8)
    ('node3', 0)