python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Declaring Variables, LIKE and booleans
Can "LIKE" and a boolean behave the same way in a variable (IN SQL)? Or is there a way to do this?
I'm trying to declare a variable and have that variable be brought into my WHERE and everyw...
supeercod
Votes: 0
Answers: 1
store variable for use later in plsql block
I am very new to plsql and I'm not even sure if I can do what I want.
I'm trying to create a simple plsql block that I can use for multiple databases that will create a pfile in a specific directory t...
goswell
Votes: 0
Answers: 1
How can you use the single elements of the row / columns from the CSV file to Javascript and use them as a variable to use in the code?
Title says the question but to be more specific and using an example given:
| Name | Surname | Age |
| Robert | Red | 25
and I want to use the name Robert in the code like a variable but to export i...
Westorm
Votes: 0
Answers: 2
How to quote difficult and long vars in ansible?
I want to create some vars such as delay and size in ansible
delay: */5 * * * * root stat --printf="\%Y\t\%n\n" /pool/slow/backup/daily/* | sed -ne 's/^\([0-9]\+\)\t\(.*\)$/node_backup_delay...

a1dude
Votes: 0
Answers: 1