This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
SQLDaily
sqldaily.bsky.social
did:plc:blmnab373idbogizdn742doc
Oracle Database 23.9 added non-positional inserts
This assigns values to columns in the SET clause (like UPDATE)
INSERT INTO employees
SET employee_id = 210, first_name = 'Gerald', ...
@gvenzl.bsky.social dives into the details and gives the backstory in
https://buff.ly/RNNqn2m
2025-09-09T11:02:10.815Z