Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrivachev committed Jun 29, 2023
1 parent 599a1ab commit 5fbc296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
SELECT CAST(1234567 AS VARCHAR);
SELECT
CAST(1234567 AS VARCHAR),
CAST(1234567 AS VARCHAR(7))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT PARSE_JSON('{"key":"value"}'):"key"

0 comments on commit 5fbc296

Please sign in to comment.