What is the SQL for getting the keys from table in COSMOS DB. I Tried the following
SELECT DISTINCT C.partitionkey from C;