sql-delete
MySQL - On delete cascade issue
I have 3 table: A,B and C. Relations are: A->B 1:1 A->C 1:n Table A is the main table: CREATE TABLE IF NOT EXISTS `A` ([详细]
2023-04-11 07:49 分类:问答Referential Integrity does not work in N:N relation
This is ms create table script: It is a N:M relation between the SchoolclassCode and the Pupil table CREATE TABLE Schoolclasscode ([详细]
2023-04-10 04:17 分类:问答List of emails, delete rows out of a table
If I have a list of of email accounts in a .txt file, is there a way I can perform a mysql delete statement for each instance of the rows that contain the email account against a table?[详细]
2023-04-10 03:05 分类:问答Sql Server Delete and Merge performance
I\'ve table that contains some buy/sell data, with around 8M records in it: CREATE TABLE [dbo].[Transactions]([详细]
2023-04-09 18:56 分类:问答How to truncate table in sqlite in android [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-09 06:42 分类:问答Save only 10 Records but delete all others by ID Huge Database
I need a solution to remove all records but save last 10 by ID_URL not BY UNIQUE ID (primary Key).. MY Database Structure and Records View..[详细]
2023-04-08 14:35 分类:问答Move data from one table to another
This question seems to be answered multiple times. However none match the criteria I 开发者_StackOverflowneed.[详细]
2023-04-08 01:35 分类:问答Very slow delete on mysql base with subquery
This mysql query is running for around 10 hours and has not finished. Something is horribly wrong. Two tables (text and spam) are here. Spam stores the ids of spam entrys in text that I want to delet[详细]
2023-04-03 22:44 分类:问答MySQL delete with nested select query
I have the following MySQL query: DELETE FROM catalogue WHERE catalogue_id IN ( SELECT catalogue_id FROM catalogue[详细]
2023-04-02 12:41 分类:问答MySQL Deleting Multiple Records
I have a database with a bunch of shops and once a month someone sends me a spreadsheet with the cancellations for that month so I need to delete 30-40 shops each mont开发者_Go百科h.[详细]
2023-04-02 11:45 分类:问答