So I need help in trying to make a database field where it's default 7 and each day minuses 1 until its 0 then the day count starts again from 7. Is it possible
I am trying to do multiple delete operation on dynamodb table. However due to dynamodb limitation of 25 item per batch, I cannot delete more t
Have a real quick question. I am trying to figure out how to have my dlookup work if someone pastes to the field. If you enter the pack_number manually this wor
Can anyone please tell me why the Go example here: https://tour.golang.org/basics/1 always returns the same value for rand.Intn(10)?
I am trying to use date data type as a variable in a select query , I would want to replace the date column name dynamically by declaring it as a variable but t
I am new in Python and I need to open all Excels in a folder (one by one), wait some time for SAS addin to load new data, then save it and close it. I tried to
In BigQuery standard SQL, I need to present a result of division as percentage with 2 decimal places, e.g. 21.23%. The only way I've been able to achieve this i
I'm trying to implement geocoding to my express app and I decided to use MapBox client API. However when I tried to configure it, it's still throwing following