Skip to main content

All Questions

Tagged with
-1 votes
1 answer
31 views

How do I import updated Wordpress product descriptions?

I have a CSV file with 500 rows and two columns: product id and description. How would I go about updating the descriptions in Wordpress with SQL? I am pretty decent with SQL but not sure what fields ...
0 votes
1 answer
120 views

2 tables in one gallery but view different titled columns

Morning all, I am creating an app from 2 SPL. The fist list is an action item tracker, and the second list contains all the updates for those items. (this is to keep all historic updates and not loose ...
0 votes
2 answers
2k views

Update multiple hyperlinks at once in Microsoft Access

I have thousands of rows in my Microsoft Access DB and I would like to update all values in the column "Documento_Digitalizado". Values in this column are raw text that must be updated to be an ...
0 votes
0 answers
98 views

Two duplicate rows | Laravel BUG

it is possible that there are two duplicate rows of my database, exactly identical. In the function I used for its creation I called once $ resource-> save () and a few times $ resource-> update ...
0 votes
1 answer
173 views

Migrate database from hybris version to another hybris updated version

i've just finished upgrade in my local env (hybris 1811 to 2105). After compiling and deploy the new version in qas, we've noticed that some things don't work as they should. When i deploy in the ...
0 votes
0 answers
28 views

Symfony existing table error when updating database

I have the database entities in my Symfony application, I have created another table in the database and I want to download it as an entity in my program. When I execute the following line I get that ...
0 votes
2 answers
239 views

How to update the value to the nested object array in mongodb document?

I have following document on which the update needs to be done. { "_id": "Colorcode_1", "Combination": [ { "color&...
0 votes
0 answers
66 views

How to tackle this error Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException?

Message: Database operation expected to affect 1 row(s) but actually affected 0 row(s). I am trying to update user info in the database but I get this error. public IActionResult OnPost() { if (!...
3 votes
1 answer
5k views

Is there a way to check the database version in a flutter app using sqflite?

I am pretty new to flutter and I have some questions about how database version control works for these apps with sqflite. I have made a database file in my assets folder that is copied onto the ...
0 votes
0 answers
75 views

Updating my JFrame when database is updated

I am developing 2 application who are reliated to the same database. I use java swing and I want to update my Frame when the database is updated from the other application. I tried to write my code in ...
1 vote
0 answers
1k views

Android database (Room) not updating after application update

I'm kind of new to Android development, but I'm taking over some project somebody more experimented than me did. I'm making an application that retrieves data from the internet at startup and creates (...
0 votes
2 answers
211 views

Updating and reverting changes with JPA persistence

I have questing regarding JPA persistence. I want to change values of specific column (for e.g. 1 to 2), and fetch corresponding rows further (which are having column value 2). If other service gives ...
2 votes
1 answer
541 views

Oracle Update Query On Select Query | Error ORA-01733 Virtual Column Not Allowed Here

update( select id, word, status case when sm = 1 and status = 'Renew' then coalesce(lgst, 'Add') else status end as status1, ...
0 votes
1 answer
110 views

Convert Select Oracle Query To Updte for specific scenario

we are using Oracle v12+ we have a situation where we need to update status column to previous value whenever we have first RENEWAL for every code (it is functional ID and has many rows against one ...
-1 votes
2 answers
105 views

Increment my variable in a database with UPDATE in PHP

I get the variable 'stock' from my database. I would like increment my variable with an update with this code: $stock = $_POST['stock'] $nom = 'salade'; $req=("UPDATE ingredients SET stock=$stock+1 ...

15 30 50 per page
1
2 3 4 5 6