
[英]Add a few rows from one table to another according to criteria in the other table, and add a group code to each group
[英]moving a few rows from one table to another and rest to some other
我有一些登台表,以将某些数据从文件bcp到db。
现在我要从该表中将一些“有效”数据复制到另一个表,而将所有其他(某些无效,重复的数据)复制到另一个“错误”表。
我是否可以使用Sybase-ASE中的某些查询/存储过程来执行此操作。
(如果我也可以在Oracle中使用相同的东西,那将是很好的)
Microsoft有一种完全适合该产品的产品,称为“ SQL Server集成服务”或SSIS。 该产品属于ETL类别: http : //en.wikipedia.org/wiki/Extract,_transform,_load
您可以从此处开始以了解更多信息: http : //www.microsoft.com/sqlserver/en/us/solutions-technologies/enterprise-information-management/integration-services.aspx
该产品随附SQL Server的任何许可证。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.