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 create insert query with multiple values in python for postgresql
I have datas in df like
time
location
information
2.13
India
Good
2.34
USA
Good
I need to update this to timescale db where time is the unique key, i have used
list_db_df=df.values.t...
Madan
Votes: 0
Answers: 1
Updating if exist or create if not rails
So im using an api to get info on weather, its executes everyday, what im trying to do is to get updated if already exist, and create a new one if it doesn't in table.
I do want to update all attribut...
CodrinM
Votes: 0
Answers: 3
SQL: Insert Into Table 1 From Table 2 then Update Table 2 - Performance Increase
I am working to increase the speed and performance for a database process that I have inherited. The basic steps, prior to this process, is a utility uploads about a million or more records into an U...
Chris Donnelly
Votes: 0
Answers: 1
how to modify every field of a nested document mongo?
so imagine I have the following document:
{
"_id":...,
"data":{"a":[],"b":[],"x":[]}
}
I don't know beforehand which fields the subdocument data ...
caeus
Votes: 0
Answers: 1