Forum Discussion
arkiboys2
Helper IV
1 year agofabric datawarehouse
hello, It looks like it is not possible to create keys or index on a table in the warehouse. is this right? the messsage says: primary key or unique keyword is not supported in the create table st...
- 1 year ago
You could use row_number or hashing your rows to get unique values for every row.
arkiboys2
Helper IV
1 year agois there a workaround?
FabianSchut
Solution Sage
1 year agoYou could use row_number or hashing your rows to get unique values for every row.