Hacker News new | ask | show | jobs
by IpV8 2618 days ago
I'd like too see a way to visualize the output of complex SQL logic. Exe I have a couple of views layered over some underlying data tables. If I click on a datapoint in the final view, I'd like to see all of the underlying data in the tables that effected the calculation, and also which steps of the logic in the views were run. So if I have a case statement in my view, I want to see what case matched for a given output.