For example, when using auto-increment primary keys or BEFORE INSERT triggers that generate primary key values, the EXECUTE statement provides a mechanism to re-fetch the row immediately and determine the primary key value that was assigned to the row.
たとえば、オートインクリメント・プライマリ・キーを使用するとき、またはプライマリ・キーの値を生成する BEFORE INSERT トリガを使用するとき、EXECUTE 文により、即座にローを再フェッチし、そのローに割り当てられているプライマリ・キーの値を決定するためのメカニズムが提供されます。
can be used to auto-increment version number after each deployment.
It is an auto-increment integer field (starting at 1) used for cross-reference and for making every record unique, so "id" is a primary key.
これは 、 ( 1から始まる)自動インクリメントした整数のフィールドで、相互参照や、各レコードをユニークにするために用いられます。
Add text, hide private data, and add specific auto-increment shape for screenshots with built-in editor.
2 テキストを追加し、プライベートデータを隠し、そして組み込みのエディタでスクリーンショットのための特定の自動増加形を追加します。
Check the Auto-Increment check box to increment the employee's placement when you run the Increment Progression Points process.
増加昇格ポイントプロセスの実行時に、従業員の設定を増加するには、自動増加チェック・ボックスを選択します。
Declaring an auto-increment column
The value returned is from the last table, containing an auto-increment column, that was updated.
最後に更新されたテーブルで、自動インクリメントが設定された列に格納されている値が返されます。
For simplicity, we recommend, if possible, creating a database view that has an auto-increment id field.
シンプルにするため、可能なら自動インクリメントしたidフィールドを持つデータベースのビューを作成することを、お勧めします。
Sequence-generated Columns A common practice for generating surrogate keys is to use a sequence or auto-increment column.
シーケンス生成列 代理キーを生成する一般的な方法は、シーケンス列または自動インクリメント列を使用することです。
The easiest way is when these conditions are met: Each table must have a unique auto-increment integer field called "id" Records must be referenced exclusively using the "id" field.
最も簡単な方法は、以下の条件を満たしている時です: 各テーブルは、必ず "id" と呼ばれる一意で自動インクリメントした整数フィールドを持ちます。 レコードは、必ず "id" フィールドだけを使用し参照されます。
In the following example, we declare the "id" primary key column of the GuestBook table to be auto-increment
次の例では、GuestBook テーブルの主キーカラムである "id" を自動インクリメントに設定します。
To find the last value that was used for an auto-increment column, you can use the following statement: SELECT @IDENTITY.
自動インクリメントが設定されている列に対して最後に使用された値を調べるために、SELECT @IDENTITY ステートメントを使用することができます。
In MobileTogether Designer, when a table is retrieved the primary key and auto-increment information is automatically retrieved and displayed in the Page Sources Pane (see screenshot below).
MobileTogether Designer では、主キーからテーブルが取得されると、自動インクリメント情報が自動的に取得され[ページ ソース] ペインに表示されます(下のスクリーンショット参照)。