python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Declaring Dates and Nulls in function calls
When I call a function eg
SELECT * FROM TABLE(FN_ABC(NULL::DATE , '2022-04-07'::DATE ))
Snowflake forces me to bind the parameters Im passing to a datatype eg DATE and for all NULLs as above.
Is the...
Leon
Votes: 0
Answers: 1
How to make parameters change a function when calling it?
I want to create a function that can generate two balls that rise at different speeds. I used the parameters of the speed in which it rises called change and another parameter of its x coordinates cal...
Maria Costa
Votes: 0
Answers: 1
Displaying URL parameter values as text in an element on webpage (Question from a non-programmer)
I don't have any expertise in programming, just from the little I've researched to solve one-off needs. However, the one thing I can't seem to find answers for is populating dynamic content on a page....
Taylor Johnston
Votes: 0
Answers: 2
Bash: How to change only one parameter value and keep the other remain same
I have a bash script that edits two tags in a yaml file and these values are passed as parameters. How can I change the script for a scenario where only one tag has to be updated
#!/bin/bash
#Update ...
kr_devops
Votes: 0
Answers: 2