Revision 14799
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/inputs/CVS/plot_/postprocess.sql | ||
---|---|---|
60 | 60 |
; -- runtime: 0.2 s ("172.425 ms") @starscream |
61 | 61 |
|
62 | 62 |
SELECT mk_derived_col((:table_str, 'locality'), |
63 |
$$_join("directions_to_place", "site_name")$$)
|
|
63 |
$$_join("site_name", "directions_to_place")$$)
|
|
64 | 64 |
; -- runtime: 4 s ("Time: 3651.355 ms") @starscream |
Also available in: Unified diff
bugfix: inputs/CVS/plot_/postprocess.sql: locality: site_name should come before directions_to_place because it is at a higher level of granularity