Skip to content

Commit

Permalink
Fix internal procedure get_h3_table_column_for_indicator_by_name_code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 11, 2023
1 parent c1461c8 commit 00d3163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ DECLARE
BEGIN
-- Get h3data table name, column
SELECT * INTO aqueduct_h3_table_name, aqueduct_h3_column_name, h3_resolution
FROM get_h3_table_column_for_indicators(nameCode);
FROM get_h3_table_column_for_indicators_by_name_code(nameCode);
EXECUTE format(
'SELECT
Expand Down

0 comments on commit 00d3163

Please sign in to comment.