Skip to content

Commit

Permalink
Removing orderby on combined
Browse files Browse the repository at this point in the history
There's no reason to order the results from the mega-table.
  • Loading branch information
jadudm committed Oct 29, 2024
1 parent 3ec3e81 commit ffad20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CREATE VIEW api_v2_0_0.secondary_auditors AS
---------------------------------------
CREATE VIEW api_v2_0_0.combined AS
SELECT * FROM public_data_v1_0_0.combined comb
ORDER BY comb.seq;
;

---------------------------------------
-- metadata
Expand Down

0 comments on commit ffad20f

Please sign in to comment.