How do I sort the data that I have loaded to my Destination?

Last updated on Nov 14, 2022

You can create a Model to sort your data after loading it to the Destination. Models use SQL queries to transform and present the data in the form you need. Hevo executes the query on the data you specify and exports the results to a table of your choice.

For example, the following query sorts the data in descending order of the column, column1:

SELECT * FROM table ORDER BY column1 DESC

Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
Nov-08-2022 NA Created as a new document.

Tell us what went wrong