连接
指定所有的UNION 操作符采用合并(Merge)、散列(Hash) 或连接(Concatenate)的窍门运行操作。假如指定了多个UNION 提示,查询优化器会挑选一个的最佳的提示方案。
并置
... computing 计算 concatenate 并置 concaten 并置 ...
[科技] 连结
...fine LIST_CONCAT(s1, s2) LIST_CONCAT2(s1, s2) #define LIST_CONCAT2(s1, s2) s1##s2 在C语言中,##表示连结(concatenate),#表示字符串化。
多联体
... conalbumin 伴白蛋白,伴清蛋白 concatenate 多联体,连环 concatenated circle 多联环,连环体 ...
连结;使连锁
[植]连结的;连锁的
In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In some but not all formalisations of concatenation theory, also called string theory, string concatenation is a primitive notion.