How to get all the data of a collection? #24865
Unanswered
softhuafei
asked this question in
Q&A and General discussion
Replies: 1 comment 4 replies
-
has to use iterator features on 2.3. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to save all the data in a collection to csv or hdf5, but I can't find the corresponding query statement. Traditional databases can scan the entire table through
select * from table
, but the query statement of milvus must specify expr.When I try to run query like this:
it will throw error
Beta Was this translation helpful? Give feedback.
All reactions