Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I'm trying to add a simple text line directly under the shipping methods list, e.g. "Add x € to your basket to receive free shipping!" This will be shown only when shipping country is Greece ...
strangeattractor's user avatar
0 votes
1 answer
92 views

I’ve attached an image of the dataset I’m currently working on in my Python notebook. I’m in the process of cleaning the data, but I’m stuck on a few rows where some values are misaligned — they need ...
Creative's user avatar
0 votes
0 answers
148 views

I am trying to insert data from a couple different tables in 2 different databases using database links. If I run the select query on it's own, it runs without error and returns the expected results. ...
CRayGo's user avatar
  • 21
0 votes
1 answer
85 views

I was unable to insert data into two related tables at the same time. For example I wanted to insert 5 records into the pictures table and 1 record to the listings table at the same time. I have the ...
ilhan's user avatar
  • 9,085
1 vote
0 answers
67 views

I have built Turbodbc 5.1.2 from source with simdutf 7.3.0, Python 3.11. When trying to insert 150,000 rows of 46 columns to a MySQL 8.0 InnoDB table, Turbodb takes about 190s, compared to 15s with my ...
GBPU's user avatar
  • 684
2 votes
1 answer
111 views

I’m working with an Iceberg table in Impala named customer_fact, partitioned by the column created_at. The table contains duplicate rows based on customer_id, and I want to retain only the latest ...
Norah's user avatar
  • 21
3 votes
2 answers
73 views

This is my table tb_group on DB MySQL _tdate _tgroup _tnumber 2025-05-12 71AB5 1 2025-05-12 71DB1 1 The values ​​of columns _tdate and _tnumber of the table tb_group are obtained from a table where ...
the_uncle_vince's user avatar
0 votes
1 answer
79 views

I want to produce an insert out of a table for another table with concat. All works well, besides a little devil ... At the end of the concat I get an ' after the ; Without the ' it works all well. ...
MBE's user avatar
  • 119
1 vote
2 answers
174 views

If record number 21 does not exist in table1, create them from 21 to 30. merge into table1 tab2 using table1 tab1 on tab1.number = tab1.number and tab2.number = 21 when not matched then insert (number,...
Peter's user avatar
  • 13
2 votes
5 answers
204 views

I have following table structure. Table: movies id uuid title ... 1 uuid-m01 movie 1 ... Table: categories id uuid title ... 1 uuid-c01 category 1 ... 2 uuid-c02 category 2 ... Table: movie_categories ...
Mr.Singh's user avatar
  • 2,055
1 vote
1 answer
42 views

I have several categories which I want the BTN_X to hide or unhide rows associated with each category. The code below works, but if i want to add an additional row (say add 217) in the first category, ...
user30085781's user avatar
0 votes
0 answers
36 views

For every INSERT query (normally more columns and data entries) i am using this syntax db.run(`INSERT into table1(column1, column2, column3) VALUES(?,?,?)`, [data1, data2, data2], (err) =>...
Philipp's user avatar
0 votes
1 answer
67 views

CREATE TABLE CAR ( CAR_ID CHAR(5) PRIMARY KEY, Serial_Number INT NOT NULL, Make VARCHAR(20), Model_Made VARCHAR(20), Colour VARCHAR(20), Year_Made INT, Car_For_Sale ...
eggswithcranberry's user avatar
2 votes
0 answers
132 views

I'm looking at the definition of std::unordered_map<Key,T,Hash,KeyEqual,Allocator>::insert_or_assign in cppreference, and in all signatures, there is template < class M >, standing for ...
Hayk's user avatar
  • 69
-1 votes
2 answers
94 views

I am running a procedure that inserts 10,000 thousand records into a table. It's taking ages ( over 30 mins ). The indexes on the table are the primary id and two other columns that are foreign keys. ...
Scrimpy's user avatar
  • 35
0 votes
0 answers
201 views

I am trying to add 2 lists to an INSERT command in Python. I'm looking for the simplest smart method. The DuckDb table is constructed with fields: Timestamp,Job, 10x real fields, 10x Boolean I know ...
RandomPeter's user avatar
0 votes
1 answer
77 views

Would anyone have the solution to this problem that has been poisoning my life for 2 days already? Here is my extremely simplified code: <?php // Creation of the first level: "niveau 0" $...
user29351553's user avatar
1 vote
1 answer
43 views

The table starts at B7 and ends at B5 on the left and on the right starts at AA7 and ends at AA26. I want the "add row" button to add a row with the same formulas as in the rest of the table....
matt m 's user avatar
-2 votes
1 answer
97 views

I've got a bunch of regulations, and I have a regular expression that finds them. They all look like "28-35-###(sometimes letter here)". I have all of them as bookmarked as the text ...
AccessUser's user avatar
1 vote
0 answers
68 views

So I have a project where I am indexing inventory items by upc barcode values. My inventory table has the primary unique column upcID, the column is not auto-incremented. On instances where I scan ...
Ryan Barrett's user avatar
0 votes
1 answer
75 views

Through VBA I want to compare hotel rates between operators. the Top image is how it is pulled the bottom image is the final output desired I want to Insert a column each time the HOTEL changes. Then ...
Mark Johnson's user avatar
0 votes
2 answers
129 views

I want to insert total in the rows based on the Serial Number in Row A starting from Row 6. There are more than 5000 rows in a sheet. When there are two serial numbers like in this example A15 and A16,...
HZ Masters's user avatar
0 votes
0 answers
71 views

This is my Sample the data has "|" delimiter's and 46 column's of data there are 3 gigs of records in this format. DECLARE @myString AS nvarchar(2000) = 'FRED|Flintstone|Stone age|m' ;...
Jim Rodimon's user avatar
2 votes
4 answers
130 views

I've seen a number of posts about injecting single lines at the beginning of a file. However, I haven't really any that answer to injecting a block of text into the beginning of an existing file. ...
Thomas H Jones II's user avatar
1 vote
1 answer
96 views

I'm trying to capture data from a query and save it all into Table1. I created another table2, too, for a one-to-many relationship. The setup is this - Table1: Capture_Num Capture_ID F3 F4 F5 Table2 ...
Jay-r's user avatar
  • 11
0 votes
0 answers
29 views

I would like to start since I am looking for tips on how to tackle this issue, rather than specific code with an answer I have not provided any code, just my situation. Is this allowed? Or am I still ...
Soef's user avatar
  • 3
0 votes
1 answer
202 views

I am inserting data in a Wordpress plugin table using a custom query using the $wpdb->query() method. I use a custom query because I need to run ON DUPLICATE KEY UPDATE. Is there a way to retrieve ...
Egidio Docile's user avatar
0 votes
1 answer
108 views

I have generated a file with schema and data of a table. The file is huge, so I need to split it in several files, no editor can open it. I have tried Ultra Edit but the files appeared truncated I ...
Francisco Ariztizabal's user avatar
0 votes
2 answers
41 views

I have this list set csv [list] lappend csv [list \ a \ b \ c \ [expr {[cfg::get enable_all_columns] ? { d } : {} }] \ e \ f \ g] I need to add element d only if enable_all_columns is 1. The problem ...
Razvan's user avatar
  • 1
0 votes
1 answer
66 views

I have a list of this form {a b} and I cannot insert anything inside the curly brackets I tried these: set csv [list] lappend csv [list \ a \ b] set csv [linsert $csv 1 x] puts "$...
Razvan's user avatar
  • 1
-2 votes
1 answer
50 views

$sql = {"INSERT IGNORE INTO membership WHERE Member_id= 'A4C1905' (`Name`,`GivenName`,`SpouceName`,`SpouceGiven`,`Address`,`City`,`Prov`,`PostalCode`,`Phone`,`Email`,`Secondary Email`,`Region`,`...
Rick harper's user avatar
0 votes
1 answer
107 views

I am new to Python and I am attempting to create a script that will open an XML file and insert an XML element into the proper place within a sequence of XML elements. So far, I have this code: import ...
Helphul's user avatar
0 votes
2 answers
76 views

I have the following code <div class="team-grid"> <div class="cssgrid-wrapper"> <div class="cssgrid-container"> <div class=&...
user28293600's user avatar
-1 votes
1 answer
88 views

I am trying to insert a row of values in to SQLite database. The row count value return from insertorThrow function is higher than -1 and its incrementing each time. There is no error from SQLite ...
Jisa Joy's user avatar
0 votes
0 answers
32 views

I have a very complex SQL Server procedure and the folks requesting the changes asked for additional data that comes from a secondary complex procedure. I am attempting to do the following: In ...
Elizabeth's user avatar
  • 765
-1 votes
1 answer
53 views

I am trying to duplicate a table from one database into another database. The original table contains static data. I need to be able to manipulate the data in the 'copied table'. This process needs to ...
andy's user avatar
  • 3
0 votes
1 answer
51 views

So I want a sode bar pop-up thats just a list of buttons with different names, and you click on a button and it inserts the named image. I have a script that sucessfully adds an image, and I have a ...
MrOflam's user avatar
2 votes
2 answers
335 views

I'm having a problem inserting an ObjectId into a doc. this is the collection sale model type Sale struct { ID primitive.ObjectID `bson:"_id,omitempty"` Client primitive....
CriticalNoob's user avatar
0 votes
3 answers
119 views

I have written a computationally expensive select query which produces a certain result set. I need to insert this result into a table and the aggregates of this result set into another table. I need ...
Tech de Enigma's user avatar
-1 votes
1 answer
316 views

I have some json file, i save in s3, the structure is like this { "testing_field": "tambahan", "test_update_2": { "code_1": "5B72F80DA8", &...
Misdan Wijaya's user avatar
0 votes
0 answers
322 views

Very simple SwiftUI/SwiftData app below to demonstrate concepts. I've been using the same DetailView to handle add & update in SwiftData. Using modelConext.insert(person) seems to handle BOTH ...
Gallaugher's user avatar
  • 2,061
0 votes
0 answers
93 views

I have to update a existing record e.g. INSERT INTO table_name (column1, column2, column3) VALUES (value1, value2, value3) ON DUPLICATE KEY UPDATE column1 = VALUES(column1), column2 = VALUES(...
orochi's user avatar
  • 1,258
0 votes
1 answer
363 views

Doc says: If you must use INSERT statements to load data in a loop, avoid executing the statements in auto-commit mode. After every commit, the database is required to sync the changes made to disk ...
Steephen's user avatar
  • 16.1k
1 vote
0 answers
72 views

I am reading columns/values (which could have dozens of duplicates) from TableA and need to insert unique records into Table B. Table B is an empty table, has a primary key and has a 5 column unique ...
rolinger's user avatar
  • 3,194
1 vote
1 answer
221 views

I was doing Badge 3 in snowflake university and getting error. ESS-DABW Badge 3: Data Application Builders Workshop: Lesson 5: Pending Orders App Improvements 🥋 Perfecting the ORDERS Table ...
Abhishek Kumar's user avatar
0 votes
1 answer
801 views

In Snowflake, I am planning to run multiple INSERT statements into the same table simultaneously. An example could be batch INSERT 10 million records for 1 date, and batch INSERT 10 million records ...
Kai's user avatar
  • 59
1 vote
1 answer
183 views

A search operation in B-Tree can be O(logn) because we can perform a binary search on the key we are looking for at any node. When inserting a key in a B-Tree node which isn't full and is the leaf ...
Shubhang b's user avatar
1 vote
1 answer
81 views

I have a massive array of string characters that I would like to insert a carriage return every 10 characters. For example, if my string array in Powershell is: all_str_data = ...
Matt Pittard's user avatar
-1 votes
2 answers
57 views

I have a dataframe which has 500 rows * 454 columns. I want to add a column that says 'Investor Type' after every column that says 'Description'. So the data frame column labels look like this: Annual ...
Kartikeya Balasubramanian's user avatar
0 votes
1 answer
119 views

This method is removing a field that I need to make the upsert, is a field that isn't writable but is stuffed in the code. if(customFee.orderFee.Quote__c == null){ customFee.orderFee.Quote__c =...
César Pulpón Pozuelo's user avatar

1
2 3 4 5
287