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)
How to run series of values through stored procedure
I have a stored procedure that I need to run a list of values through and output into a temp table.
This is the SP: EXEC [SP_ReturnHTML] @zoneid, 1
The first value, I assume, will be a variable and th...
jw11432
Votes: 0
Answers: 1
Need to match ClockIn with Clock out, multiple clocks on same day SQL
I'm trying to get the clock in and clock out times to correspond to each other so that I can calculate hours worked/amount of breaks/time worked within working hours etc. I have a 'Clocking' table tha...
Jarryd vn
Votes: 0
Answers: 2
Different results when using a CURSOR and direct SQL execute? - PL/SQL
While debugging, I came across a strange situation today with a query that has a join condition on a column that could be NULL.
I have data in two tables like this:
emp_payment_trans_tab:
emp_payment...
Uthpala Dl
Votes: 0
Answers: 1
Hide Custom Cursor on mobile
I have the following code for a custom cursor. I am trying to hide the cursor on mobile, but I don't know which code I need to use and where I need to paste it. Can someone help me? Thank you!
<d...
HunterD
Votes: 0
Answers: 1