Skip to content
  • 首页
  • PHP源码
  • html5网页模板
  • js特效
  • Window软件
  • Mac软件
  • 服务器
  • 其他
Search
源码巴士
  • Sample Page

db2 列null 与 not null转换

2019独角兽企业重金招聘Python工程师标准>>>hot3.png

null——>not null:alter table Tab1 alter column Col1 set not null

not null——>null:alter table Tab1 alter column Col1 drop not null

转载于:https://my.oschina.net/zhongxhua/blog/67726

文章导航
←百度经纬度转地址,OnGetGeoCoderResultListener问题
bootstrap-table赋值→

Copyright © 2022 源码巴士  鲁ICP备19024253号-1