WINCE在C SHARP中的应用 [英] WINCE APPLICATION IN C SHARP

查看:91
本文介绍了WINCE在C SHARP中的应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何将数据从一个表复制到数据库中的另一个表.

How i can copy data from one table to another table in database.

推荐答案

我不知道有什么可以帮助我的
I dont have any idea can u help me


您好,
是的,您可以借助下面给出的以下代码将一个表的数据复制到另一个表中

Hello,
Yes you can copy the data of one table to another with the help of the following code given below

select * into NewTable from Oldtable



新表上方是将为您自动创建的新表的名称,而旧表是您要从中复制数据的表的名称

您也可以使用批量复制方法,但我认为上述方法是最简单的.

一旦找到有用的答案,就对我的答案进行评分

谢谢&问候
基:rose:



above new table is the name of a new table which will b automatically created for you and the oldtable is the name of the table from where u wana copy the data

You can also go for bulk copy method but i feel the above method is the simplest.

Do rate my answer once you find it useful

Thanks & Regards
Radix :rose:


这篇关于WINCE在C SHARP中的应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆