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
Copy file name to clipboardExpand all lines: docs/t-sql/functions/openrowset-transact-sql.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -745,10 +745,7 @@ For more examples that show using `INSERT...SELECT * FROM OPENROWSET(BULK...)`,
745
745
746
746
The T-SQL `OPENROWSET` function reads a content of a file in Azure Data Lake storage. You can read text/CSV or Parquet file formats.
747
747
748
-
The `OPENROWSET` function reads data from a file and returns it as a rowset. The `OPENROWSET` function can be referenced in the `FROM` clause of a query as if it were a table name.
749
-
750
-
>[!NOTE]
751
-
> The `OPENROWSET` function is currently in **preview** for Microsoft Fabric.
748
+
The `OPENROWSET` function reads data from a file and returns it as a rowset. The `OPENROWSET` function can be referenced in the `FROM` clause of a query as if it were a table name.
752
749
753
750
This article applies only to [!INCLUDE [fabric](../../includes/fabric.md)][!INCLUDE [fabric-dw](../../includes/fabric-dw.md)]. There are functional differences between the OPENROWSET function in Fabric Warehouse and SQL analytics endpoint items.
754
751
@@ -893,14 +890,14 @@ A number representing the physical index of the column that will be mapped to th
893
890
894
891
## Remarks
895
892
896
-
The features supported in the current preview are summarized in the table:
893
+
The supported features are summarized in the table:
0 commit comments