方法一:

          有两个这样的表  
                          tasklist表                         tasklisted  
          taskid           int         4                         taskid     int     4  
          taskdesc         text   16                         taakdesc     text   16  
          ......  
     
  在我用intsert   into   tasklisted   select   *   from   tasklist   where     ....将数据从表tasklist转移到tasklisted时,有时taskdesc中的内容就会丢失,在tasklisted中就显示为<![CDATA[]]>,我查看了许多资料,但是没有找到答案。  

方法二:
update 表A set 字段=(select 字段 from 表B)

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案