Tim Kersten
Tim Kersten
Example: ```sql UPDATE names SET name = vals.name FROM (VALUES (1, "Bob"), (2, "Mary"), (3, "Jane")) AS vals (id, name) WHERE names.id = vals.id; ``` See https://www.postgresql.org/docs/9.5/queries-values.html Is there a...
It would be nice to detect when the computer goes idle, and returns to non-idle state in a similar fashion to instant messengers. That way, upon returning to the mac...
Reports are great but if my boss wants a copy of last weeks work, it would be great to save the report as html.