All Questions
1 question
0
votes
1
answer
2k
views
REST API inserting into a table with 'GENERATED ALWAYS' column
I'm using Oracle's Autonomous Database service, with ORDS providing the REST functionality.
When making updates to a table (docs here), when I have an identity column id that is GENERATED ALWAYS, it ...