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.
GETDELETED クエリを実行すると、指定された期間内にライブデータから削除されたすべてのレコードを取得できます。このクエリは、以下の例のように datetime 値をフィルタとして受け取ります。
GETDELETED FROM <table_name> WHERE <search_condition> <search_condition> ::= { <expression> { = | < | <= | > | >= } [ <expression> ] } [ { AND | OR } ... ] <expression> ::= | @ <parameter> | ? | <literal>
このページは役に立ちましたか?