Integer Fields as Table IDs

To set an integer field to a table ID number, use this form:

<field> = TABLE <table name>;

For example, to save a case table ID to a source_type field, the <field> definition could be the following:

source_type = TABLE case;

The TABLE definition is often used for exclusive relations.

See Also

Fields

String Values

Default and Null Values

Date Values

Binary Values

Integer Fields as References

Next

Relations

Integer Fields as Table IDs