We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bbe923 + 6db4af0 commit c10ebf1Copy full SHA for c10ebf1
docs/t-sql/functions/lag-transact-sql.md
@@ -156,7 +156,7 @@ Year Quarter SalesQuota PrevQuota Diff
156
---- ------- ---------- --------- -------------
157
2001 3 28000.0000 0.0000 28000.0000
158
2001 4 7000.0000 28000.0000 -21000.0000
159
-2001 1 91000.0000 7000.0000 84000.0000
+2002 1 91000.0000 7000.0000 84000.0000
160
2002 2 140000.0000 91000.0000 49000.0000
161
2002 3 7000.0000 140000.0000 -70000.0000
162
2002 4 154000.0000 7000.0000 84000.0000
0 commit comments