( )
Round brackets. Are used in field size definitions in logical constucts or formulas.
Alias is an alias to the original tablename, which is used instead of the tablename.
Example:
mytable1
Fieldname is the name of an databasetable-field or -column in the used database table.
Example:
preis
Fieldlist is a list of fieldnames of the used database table, separated with commas.
Example:
onum, preis, anz
Value is here a value that can be stored in the corresponding SQL data type, such as an integer, decimal number or text in "Hochkomma".
Example:
'Berlin'
Valuelist is a list of values separated with commas (see value).
Example:
1001, 'Müller', 'Berlin', .12
Tablename is a name of an table existing or to be created in the database.
Example:
torder
Locical contruct build up from values, fields und SQL-operators (AND, OR, IN, NOT, EXISTS usw.), a logical formula.
Example:
preis > 100 AND preis < 1000
Formula is here a fomula consisting of functions, values or fieldnames.
Example:
( (price * prov) - .10 )
Integer ist a number without decimals.
Example:
17