query n. 1.質(zhì)問(wèn);詢問(wèn);疑問(wèn),懷疑。 2.敢問(wèn),請(qǐng)問(wèn)〔在疑問(wèn)句前單獨(dú)使用〕。 3.【印刷】(打在原稿或校樣上的)疑問(wèn)號(hào)〔?〕〔亦可寫(xiě)作 query, 通常略作 qu. 或 qy. 〕。 Q-, was the money ever paid 請(qǐng)問(wèn)這錢付過(guò)了沒(méi)有? vt. (-ried;-rying) 1.問(wèn),詢問(wèn) (whether; if); 質(zhì)問(wèn)。 2.把…作為問(wèn)題提出,對(duì)…表示懷疑。 vi. 質(zhì)問(wèn),詢問(wèn);表示懷疑,在(校樣等上)加疑問(wèn)符號(hào)。
insert vt. 1.插進(jìn),夾入。 2.寫(xiě)進(jìn),記入;刊登。 3.(縫紉中)鑲,補(bǔ)。 insert a key in [into] a lock 把鑰匙插進(jìn)鎖中。 insert a word in a line 插一個(gè)字到行里。 insert an advertisement in a newspaper 在報(bào)上登廣告。 vi. 【醫(yī)學(xué)】(肌肉)附著。 n. 1.插入物,嵌入物。 2.補(bǔ)墊。 3.電報(bào)頭。 4.〔 pl.〕 金屬型芯,嵌入物。 5.插頁(yè);【電影】插入畫(huà)面。
Insert the query being built is an insert query 要生成的查詢?yōu)椤安迦搿辈樵儭?
Supports insert queries 支持插入查詢。
Because no table is created for a query that does not return rows , if you process an insert query followed by a select query , the table created for the select query is named " table " , because it is the first table created 如果某個(gè)查詢不返回行,則不會(huì)為該查詢創(chuàng)建表,因此,如果您先處理一個(gè)插入查詢,然后再處理一個(gè)選擇查詢,這樣由于為選擇查詢創(chuàng)建的表是第一個(gè)表,所以該表將被命名為“ table ” 。
Since no table is created for a query that does not return rows , if you were to process an insert query followed by a select query , the table created for the select query would be named " table " , because it is the first table created 如果某個(gè)查詢不返回行,則不會(huì)為該查詢創(chuàng)建表,因此,如果您先處理一個(gè)插入查詢,然后再處理一個(gè)選擇查詢,那么由于為選擇查詢創(chuàng)建的表是第一個(gè)表,所以該表將被命名為“ table ” 。