Skip to content

rdbms: simple scenario - insert #15

@dcrissman

Description

@dcrissman

INSERT INTO MY_TABLE (MY_DATE, MY_NUMBER, MY_VARCHAR2)
);
[
{
"operation": "insert_row",
"table": "my_table",
"columns": [
"$non_null_columns"
]
}
]

This example uses "$non_null_columns", but it leaves me wondering what that value means? It also leaves me wondering what happened to the inserted values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions