Hello, We are having a spanner database table with...
# getting-started
a
Hello, We are having a spanner database table with a composite PK of 4 columns. Our use case is that we need to delete using part of the PK only (for example, 1st and 3rd columns only, 2nd and 4th only, …etc) is there a possibility to do this using Cloud Spanner APIs in Kotlin. Thanks.