Search: "concat"
Implementing a Highly-Compressed Data Storage blog
;; select sum(data_length) into @change_size from information_schema.tables where engine='innodb' and concat(table_schema ...
SQL optimization - MaxCompute Documentation
example:select * from A join B on case when A.value is null then concat('value',rand() ) else A.value end = B.value ...
Reasonableness evaluation of partition pruning - MaxCompute Documentation
... from xxxxx_base2_brd_ind_cw where ds = concat(SPLIT_PART(bi_week_dim(' $'), ',', 1), SPLIT_PART(bi_week_dim(' ...
String functions - Log Service Documentation
. upper(string) Converts the string to uppercase characters. concat(string,string ...
Arrays - Log Service Documentation
) → bigint Obtain the array size. - concat(array1, array2, …, arrayN) &rarr ...
Generate API in Script Mode - DataWorks Documentation
'$ ', 'ABC $ 123 ', concat ('abc ', $ , '123') can be passed if necessary ') implementation ...
Map - Log Service Documentation
column and the lat column, you can use the concat('lat', ',', lng') function to merge the two columns ...
String functions and operators - Data Lake Analytics Documentation
. chr(n) → varchar Converts the Unicode code point n into a single character string. concat(string1, …, stringN ...
  • <
  • 1
  • 2
  • 3
  • 4
  • 5
  • >
  •  Total 41 items