4 ms·
Darn, no SQL support. I often find myself wishing something like this existed for SQL, so I could, say, find all places where field X in table Y is updated, or
by githulhu 12y ago
Darn, no SQL support. I often find myself wishing something like this existed for SQL, so I could, say, find all places where field X in table Y is updated, or referenced in a WHERE clause predicate, etc.
- mh- 12y agointeresting request; I've wanted something like this before but never enough to really look for it. I'm surprised there isn't a tool that can do this already.. perhaps under the guise of refactoring?