Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
既存のレコードを変更するには、UPDATE ステートメントを使用します。
UPDATE <table_name> SET { <column_reference> = <expression> } [ , ... ] WHERE { Id = <expression> } [ { AND | OR } ... ] <expression> ::= | @ <parameter> | ? | <literal>
このページは役に立ちましたか?