You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**datetime**|`datetime`|Supported with SQL Server 2017 CU6 and above (with **NumPy** arrays of type `datetime.datetime` or **Pandas**`pandas.Timestamp`). `sp_execute_external_script` now supports `datetime` types with fractional seconds.|
37
38
|**float**|`float64`|
38
39
|**int**|`int32`|
39
40
|**nchar**|`str`|
40
41
|**nvarchar**|`str`|
41
42
|**nvarchar(max)**|`str`|
42
-
|**real**|`float32`|
43
-
|**smallint**|`int16`|
44
-
|**tinyint**|`uint8`|
45
-
|**datetime**|`datetime`|Supported with SQL Server 2017 CU6 and above (with **NumPy** arrays of type `datetime.datetime` or **Pandas**`pandas.Timestamp`). `sp_execute_external_script` now supports `datetime` types with fractional seconds.|
0 commit comments