Data Ingestion and Replication
- Data Ingestion and Replication
- 所有产品
MSD365ソースデータ型
| Snowflakeターゲットデータ型
|
---|---|
biginttype
| number(19)
|
datetimetype
| datetime(0)
|
decimaltype(38,38)
| char(41)
|
decimaltype(p,s), 1 <= p <= 38, 0 <= s <= 37
| number(p,s), 1 <= p <= 38, 0 <= s <= 37
|
doubletype
| float
|
filetype( precision ), 1 <= p <= 134217728
| binary( size ), 1 <= s <= 8300001
|
imagetype( precision ), 1 <= p <= 31457280
| binary( size ), 1 <= s <= 8000001
|
integertype
| number(10)
|
managedpropertytype( precision ), 1 <= p <= 10485760
| variant
|
memotype( precision ), 1 <= p <= 1048576
| char( size ), 4 <= s <= 4194304
|
moneytype(38,38)
| char(41)
|
moneytype(p,s), 1 <= p <= 38, 0 <= s <= 37
| number(p,s), 1 <= p <= 38, 0 <= s <= 37
|
picklisttype
| number(10)
|
statetype
| number(10)
|
statustype
| number(10)
|
stringtype( precision ), 1 <= p <= 3901
| char( size ), 4 <= s <= 15604
|
uniqueidentifier(16)
| char(36)
|