Eine Einführung in
|
| SQLite | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to SQLite | ||
| none | ||
| DB2 | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to DB2 | ||
| none | ||
| MS Access | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to MS Access | ||
| Field names with spaces are permitted. You can use square brackets to get away with odd field names; don't do that! | ||
| PostgreSQL | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to PostgreSQL | ||
| Some reserved words cause a parse error. | ||
| Oracle | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to Oracle | ||
| You may not use DATE or SIZE or INDEX or NUMBER or ORDER or SIZE as a field name. | ||
| MS SQL Server | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to MS SQL Server | ||
| none | ||
| MySQL | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to MySQL | ||
| You can get away with many of these in MySQL; don't do that! | ||
| Sybase | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to Sybase | ||
| none | ||
| Mimer SQL | ||
|
You may not use a reserved word as the name of a field.
Many popular words are used by the system; some words to avoid... Having a "house-rule" can prevent such problems. Some developers insist that field names begin with fld for example fldSurname. Most of us have enough meaningless junk in their lives already; we don't need this kind of self imposed tyranny. | ||
| Specific to Mimer SQL | ||
| none | ||