Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 23, 2024
1 parent 470abf5 commit b91b9f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ inputs:
table:
- default_db
- customers

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ inputs:
table:
- default_db
- salaries

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ inputs:
table:
- default_db
- orders

Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ FROM
table_0
ORDER BY
id

Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ select {
(q_ff * k_float + r_ff | math.round 0),
}
sort id

Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ FROM
WHERE
LOWER(last_name) LIKE CONCAT('a', '%')
AND hobby IN ('PRQL', 'Rust')

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ SELECT
POW(age, 2) AS age_squared
FROM
employees

0 comments on commit b91b9f1

Please sign in to comment.