Data Ingestion and Replication
- Data Ingestion and Replication
- 所有产品
SAP Mass Ingestion接続ソースデータ型 | Microsoft Azure Synapse Analyticsターゲットデータ型 |
---|---|
accp(6) | varchar(24) |
char(1) | nchar null |
char(p), 2 <= p <= 255 | nchar(p), 2 <= p <= 255 |
clnt(1) | nchar null |
clnt(p), 2 <= p <= 3 | nchar(p), 2 <= p <= 3 |
cuky(1) | nchar null |
cuky(p), 2 <= p <= 5 | nchar(p), 2 <= p <= 5 |
curr(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d16d(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d16r | float |
d34d(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d34r | float |
dats | date |
dec(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
fltp | float |
int1 | bigint |
int2 | bigint |
int4 | bigint |
int8 | bigint |
lang(1) | nchar null |
lchr * | varchar(max) |
lraw * | varbinary(max) |
numc(1) | nchar null |
numc(p), 2 <= p <= 255 | nchar(p), 2 <= p <= 255 |
quan(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
raw(1) | binary null |
raw(p), 2 <= p <= 255 | binary(p), 2 <= p <= 255 |
sstr(1) | nchar null |
sstr(p), 2 <= p <= 1333 | nchar(p), 2 <= p <= 1333 |
strg * | char null |
tims | time(0) |
unit(1) | nchar null |
unit(p), 2 <= p <= 5 | nchar(p), 2 <= p <= 5 |
* SAPでは、これらのデータ型の最大長は指定されていません。 |