functional overview
Adds records to the database.
Details of Functions
tableAdd a record to the
- note
-
Fruit and Vegetable Table(Before execution)
ID Name Category 1 apple (fruit) fruit 2 green bell pepper vegetable 3 onion (edible plant, Allium cepa) vegetable 4 grape fruit 5 potato (Solanum tuberosum) vegetable
If the following argument is specified, the result will be the "Fruits and Vegetables Table (after execution)".
argument (e.g. function, program, programme)table field value Fruit and Vegetable Table ID 6 field value Name (edible) cherry Category fruit ID Name Category 1 apple (fruit) fruit 2 green bell pepper vegetable 3 onion (edible plant, Allium cepa) vegetable 4 grape fruit 5 potato (Solanum tuberosum) vegetable 6 (edible) cherry fruit
parameter
- argument (e.g. function, program, programme)
-
table Specify the target table. field Specify the target field. value numeric data character string data Date & Time Data
fieldSpecify the value to be set for the contents of thefield Specify the target field. (additional argument) value numeric data character string data Date & Time Data
fieldSpecify the value to be set for the contents of the (additional argument)
- return value
- without