青年中文青年中文

temporary table的意思

temporary table中文翻譯:

工作單元表

相似詞語短語

temporary───adj.暫時的,臨時的;n.臨時工,臨時雇員

temporary home───臨時住所

temporary files───臨時文件;暫存檔;臨時文件; 暫存檔

temporary exhibition───臨時展覽

as temporary───暫時的

temporary accounts───[會計]臨時性帳戶;暫記帳戶

temporary suspension───[計] 暫停,暫時掛起; 暫時罰出場

temporary housing───臨時住房,應急住宅;臨時住宿

temporary position───[計] 暫時位置

雙語使用場景

Temporary table space can be either system or user.───臨時表空間可以是系統的,也可以是用戶的。

No user temporary table space was created.───沒有創建用戶臨時表空間。

Listing 9 shows an example of a declared temporary table.───清單9展示了一個已聲明臨時表的示例。

Copy the BLOB to a temporary table or to a table variable , and then reassign the value to the original column .───請將BLOB復制到一個臨時表或表變量,然后將值重新賦給原始列。

Also known as common table expression, this table is temporary table within the duration of a SQL statement.───也稱為公用表表示,這種表是SQL語句執行期間存在的臨時表。

At least one user temporary table space should be created to allow the definition of declared temporary tables.───至少應當創建一個用戶臨時表空間以允許定義已聲明的臨時表。

Prior to this release, the declared temporary table (DGTT) was the only type of user-defined temporary table.───在此發行版之前,已聲明的臨時表(DGTT)是唯一的一種用戶定義的臨時表。

Global temporary tables cannot be altered unless all users that have referenced the temporary table have disconnected.───除非已引用臨時表的所有用戶都斷開了連接,否則無法變更全局臨時表。

We recommend that you explicitly specify NULL or NOT NULL for each column in a temporary table.───建議對于臨時表中的每列,顯式指定NULL或NOTNULL。

英語使用場景

In DB2 LUW, a default system temporary table space called TEMPSPACE1 will be available for such DB2 DBM requirements as sorts or joins.

Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).

Each row in the temporary table is comprised of a text (for example, "abcd-def ghi") and a word to search for (for example, "def").

For DB2 9.7, the limits on the size of large and temporary table spaces have been increased four-fold.

The key point to note here is that the procedure creates successfully even though the temporary table was not declared within the procedure body.

To demonstrate this use of the DELETE statement, create a temporary table, insert several rows, and delete them all, as shown in Listing 1.

Thus, a subquery can be thought of as a temporary table with statement scope.

The idea is, on a descriptive level, to build in the FROM clause a temporary table that consists of the data to be imported before calling any of the spatial functions.