snowsql Questions
2
Solved
I have a source data which contains the following type of a JSON array:
[
[
"source 1",
250
],
[
"other source",
58
],
[
"more stuff",
42
],
...
]
There can be 1..N pairs of string...
Darbydarce asked 27/8, 2018 at 7:0
2
Can we pass list or array as parameter to javascript procedure in snowflake?
I am working on procedure which would run weekly and delete a week old data from certain tables. Instead of creating tas...
Rosinski asked 26/8, 2020 at 14:5
5
Solved
After upgrading to macOS Big Sur my snowsql scripts all fail with "The Library Security could not be found"
$ snowsql -q "select 1 x"
User: me
Password: XXX
The library Security...
Kristykristyn asked 25/11, 2020 at 20:29
2
Solved
Is it possible to stop a running query in the SnowSQL command line tool? Let's say I made a mistake and I tried to run a heavy query.
Control-C, Esc, Q... nothing seems to stop it. The only way see...
Hardener asked 15/5, 2020 at 19:41
5
Solved
HI I have downloaded and installed SNowSQL onto my Windows Machine 64 bit machine
After entering command snowsql -a zx12334 -u someone ; i am getting following error
Failed to initialize log. No lo...
Vouge asked 6/11, 2020 at 6:58
4
Given two dates, I would like to create an array that holds all of the days between those dates and then filter it to contain only the days that fall at the end of a month.
For example, with start...
Soubrette asked 11/11, 2019 at 2:24
1
Solved
I have a date column and a time column and I'd like to make a datetime/timestamp.
I've tried
Date+Time
but I get:
SQL compilation error: error line 4 at position 14 Invalid argument types f...
Rewarding asked 7/11, 2018 at 12:25
1
© 2022 - 2024 — McMap. All rights reserved.