Insert Example - SQL Insert.



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
VALUES ('TEST STRING', 1, 5.25);


This site provides a list of interesting subjects, tips, and tricks. Although it is mostly computer tips, there are also tips and tricks related to various other helpful topics besides just computers. If you have an important tip that you think should be listed, feel free to post it below. Although I still take tips via email, I often scan and review posts on the page below and prefer that method.

Submit Tip or Ask Question:

Post It Here

View Other Databases:

View All Tips and Tricks
Spyware and System Task Database