sql-delete
Dynamic SQL query causes "Unclosed quotation mark" error
I\'m getting this error: Unclosed quotation mark after the character string \'\'. With the following 开发者_开发问答code:[详细]
2023-04-01 21:11 分类:问答Using rowid to delete duplicate rows from an oracle database?
I\'m using the following query to delete duplicate rows from a table. There are only 2 columns in the table (col1 and col2).[详细]
2023-04-01 17:59 分类:问答How to turn this code in to a sql delete function?
I was wondering how I could go about turning this add entry link in to a delete entry link? Any help would be appreciated.[详细]
2023-04-01 08:14 分类:问答Delete all records except the most recent one?
I have two DB tables in a one-to-many relationship. The data looks like this: select * from student, application[详细]
2023-04-01 04:42 分类:问答SSIS - Delete rows
I\'m new to SSIS and need help on this one. I f开发者_C百科ound an article which describes how to detect rows which exist and which have changed. The part that I\'m missing is how to update rows that[详细]
2023-04-01 03:31 分类:问答On a SQL Delete that joins multiple tables, will all tables be affected?
I want to join several tables, but I want only to delete lines from the threadsread table. I got the following SQL that showsthe lines I want to delete.[详细]
2023-03-31 14:10 分类:问答Delete referring to multiple table doesn't work on MYSQL
I\'m tryi开发者_如何学JAVAng to delete from a table, using join from other tables. My sql is the following:[详细]
2023-03-31 10:09 分类:问答SQL Server SSIS Transaction Handling
My organization is upgrading to SQL Server 2008 from 2000 (yay!) and I am unfamiliar with the inter workings of Integration Services.[详细]
2023-03-31 10:04 分类:问答Is there any way to generate a cascade delete statement?
Let\'s say I have a row in Table A I wish to delete but there a multiple foreign key constraints in other tables. Is there a way to automatically generate the delete command?[详细]
2023-03-31 06:41 分类:问答Generic DELETE UPDATE with TRY CATCH
I\'m trying run this procedure with generic parameters. If I can\'t delete because some foreign key, it should update the row.[详细]
2023-03-30 04:51 分类:问答