-
Hello, I have a quite big table in production and I'd like to copy some data to staging/test environment. But I don't need the entire table. Is there a way to set a query to limit which data should be imported? |
Beta Was this translation helpful? Give feedback.
Answered by
Falci
Jun 7, 2024
Replies: 1 comment 1 reply
-
Hello, I don't know which database do you use, but I think there are multiple ways of doing so.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.
The problem was: I was trying to export from the sidebar, clicking in the table name. From there there's no way to add filters.
The correct approach is: open the SQL editor, make and run the query, then click in the export below the result. From there we can export to another table