Example 1 : Inserts : Basic clear | view source | main page | next example
This example performs the most basic insert operation. The simple table named 'TABLE1' has two columns, 'column1' which is a string field and 'column2' which is a number field. Both cloumns are marked as unique so there cannot be duplicate values in the table, and the columns cannot be null.


column1 (text)
column2 (number)