Skip to content

Commit

Permalink
String concat example (#80)
Browse files Browse the repository at this point in the history
* String concat example

* Fix expectations
  • Loading branch information
crisptrutski authored Jul 10, 2024
1 parent aceaad9 commit 3cc7cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/resources/acceptance/string_concat.analysis.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:tables [{:table "t"}]
:source-columns [{:table "t" :column "x"}
{:table "t" :column "y"}]
:columns [{:table "t" :column "x" :alias "z"}
{:table "t" :column "y" :alias "z"}]}
1 change: 1 addition & 0 deletions test/resources/acceptance/string_concat.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT x || y AS z FROM t

0 comments on commit 3cc7cb7

Please sign in to comment.