分享更有价值
被信任是一种快乐

mysql迁移到sybase ase中null问题怎么处理

文章页正文上

这篇文章将为大家详细讲解有关mysql迁移到sybase ase中null问题怎么处理,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
[root@testlihb ~]# su – mysql
-bash-4.1$ mysql -uroot -p********* -h227.0.0.1 -P3306

mysql> show databases;
+——————–+
| Database |
+——————–+
| information_schema |
| mysql |
| performance_schema |
| test |
+——————–+
4 rows in set (0.00 sec)

mysql> use test
Database changed
mysql> create table t ( a int,b int);
Query OK, 0 rows affected (0.65 sec)

mysql> insert into t values (1,nu免费主机域名ll);
Query OK, 1 row affected (0.09 sec)

mysql> insert into t values (null,1);
Query OK, 1 row affected (0.10 sec)

mysql> select * from t;
+——+——+
| a | b |
+——+——+
| 1 | NULL |
| NULL | 1 |
+——+——+
2 rows in set (0.00 sec)

mysql>
mysql> select ifnull(a,”) as a,ifnull(b,”) as b from t into outfile ‘/tmp/t.txt’;
Query OK, 2 rows affected (0.00 sec)

mysql>
mysql>
mysql> ^DBye
-bash-4.1$
-bash-4.1$
-bash-4.1$ id
uid=27(mysql) gid=27(mysql) groups=27(mysql)
-bash-4.1$ logout
[root@testlihb ~]# su – sybase

[sybase@testlihb ~]$ isql -Usa -P**** -SASE -w999
1> use tempdb
2> go

1> create table t (a int null,b int null)
2> go
1> select * from tempdb..t
2> go
a b
———– ———–

(0 rows affected)

[sybase@testlihb ~]$ bcp tempdb..t in /tmp/t.txt -Usa -SASE -P***** -c

Starting copy…

2 rows copied.
Clock Time (ms.): total = 117 Avg = 58 (17.09 rows per sec.)
[sybase@testlihb ~]$
[sybase@testlihb ~]$ isql -Usa -P***** -SASE –免费主机域名w999
1> select * from tempdb..t
2> go
a b
———– ———–
1 NULL
NULL 1

(2 rows affected)
1>
2> select * from tempdb..t where b is null
3> go
a b
———– ———–
1 NULL

(1 row affected)
1>
关于“mysql迁移到sybase ase中null问题怎么处理”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

相关推荐: 怎么解决linux shell脚本编码格式问题

这篇文章主要讲解了“怎么解决linux shell脚本编码格式问题”,文中的讲解内容简单清晰,易于学习与理解免费主机域名,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“怎么解决linux shell脚本编码格式问题”吧!原因:.sh脚本在windows系…

文章页内容下
赞(0) 打赏
版权声明:本站采用知识共享、学习交流,不允许用于商业用途;文章由发布者自行承担一切责任,与本站无关。
文章页正文下
文章页评论上

云服务器、web空间可免费试用

宝塔面板主机、支持php,mysql等,SSL部署;安全高速企业专供99.999%稳定,另有高防主机、不限制内容等类型,具体可咨询QQ:360163164,Tel同微信:18905205712

主机选购导航云服务器试用

登录

找回密码

注册