Skip to content

Commit 586cbe2

Browse files
authored
Merge pull request #50602 from theresa-i/delta-tables
Updates
2 parents 77ce0bc + 097bfba commit 586cbe2

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed
160 KB
Loading
133 KB
Loading
146 KB
Loading
123 KB
Loading
8.08 KB
Loading
54.5 KB
Loading
7.81 KB
Loading
158 KB
Loading
106 KB
Loading

learn-pr/wwl/work-delta-lake-tables-fabric/includes/4-work-delta-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spark.sql("INSERT INTO products VALUES (1, 'Widget', 'Accessories', 2.99)")
1414
%%sql
1515

1616
UPDATE products
17-
SET Price = 2.49 WHERE ProductId = 1;
17+
SET ListPrice = 2.49 WHERE ProductId = 1;
1818
```
1919

2020
## Use the Delta API

0 commit comments

Comments
 (0)