Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "appendix" type lists that show values people can query for #143

Open
mhkeller opened this issue Jul 8, 2013 · 3 comments
Open
Assignees
Labels

Comments

@mhkeller
Copy link
Member

mhkeller commented Jul 8, 2013

For instance, in t2, a reporter asked me for all of the programs that could be making deposits or withdrawals. The queries for this are pretty simple:

SELECT DISTINCT item, type FROM t2 where type = 'deposit'

but if you don't know sql...

I suggest we add something to the wiki that gives a record of the values in these tables so people can get a better sense of what's in them.

@tlevine
Copy link
Contributor

tlevine commented Jul 10, 2013

I think this is the same as issue #98.

@mhkeller
Copy link
Member Author

They are separate issues.

Issue #98 is about documenting the detail of table 2 which is that you should be aware that both deposits and withdrawals exist in that table and if you want to know how much money X cost, you need to use the net value.

This issue pertains to showing what the relevant items are query-able for all tables.

@ghost ghost assigned cezary4 Jul 12, 2013
@mhkeller
Copy link
Member Author

@cezary4 agrees that this issue should be added. He's working on this and it will be added to the wiki as a third item called "Field definitions."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants