Deeper dive in creating data with SQL/ODBC in OpenEdge
Creating data with SQL and ODBC in OpenEdge INSERT statement is used for creating data in OpenEdge using SQL and ODBC. SELECT INTO can also be used to create data. This article does a deeper dive on the INSERT statement. We’ll cover the use of sequences, populating default values and inserting with JOINs. We’ll cover inserting […]