cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can a delete or update query be run against a datasphere table?

0 Likes
1,547

I want to update some data in some tables in Datasphere. Can I write a simply query and execute it to accomplish the modifications?

Accepted Solutions (1)

Accepted Solutions (1)

michael_eaton3
Active Contributor
0 Likes

Yes, if you've created a database user and the table is in the open schema, but no if the table is in the space schema.

You could use a dataflow to modify the table's content.

glamoureux46
Discoverer
0 Likes
Hi. I have the same problem. What do you mean by "Open schema" ?

Answers (1)

Answers (1)

0 Likes

Thanks, this is the only way that I could find a way. I was hoping that we could simply run an update query.