Free Tips, Tutorials, and Examples | |
|
Main Page Submit Question or Tip
View List Detailed Description:
The following is a DB2 insert example. This is an example of how to insert into a table named "YOURTABLE", where it has 3 columns defined as an 11 byte Char field, an integer field, and a decimal field
Although this sample is a mainframe DB2 SQL example, it really doesn't matter where you are running as this is pretty much the same everywhere. INSERT INTO YOURTABLE
Submit Tip or Ask Question:
View Other Databases: | |