Skip to content

Commit

Permalink
Update numbering_rows.usql
Browse files Browse the repository at this point in the history
  • Loading branch information
Saveen Reddy authored Aug 15, 2017
1 parent e0e3f45 commit cb7ba47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/Language/Basic/numbering_rows.usql
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@a =
SELECT * FROM
SELECT *
FROM
(VALUES
("Contoso", 123, 1500.0, new DateTime(1979,3,31)),
("Woodgrove", 456, 2700.0, new DateTime(1979,4,10))
) AS
D customer, id, amount, date);
) AS D customer, id, amount, date);

@b =
SELECT
Expand Down

0 comments on commit cb7ba47

Please sign in to comment.