⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 implicitconversions.out

📁 derby database source code.good for you.
💻 OUT
📖 第 1 页 / 共 5 页
字号:
1          -----------1          ij> select 1 from all1 where '1996-9-10' >= date('1996-09-09');1          -----------1          ij> select 1 from all1 where '1996-9-10' < date('1996-09-09');1          -----------ij> select 1 from all1 where '1996-9-10' <= date('1996-09-09');1          -----------ij> select 1 from all1 where '1996-9-10' <> date('1996-09-09');1          -----------1          ij> select 1 from all1 where cast(null as char) = date('1996-09-09');1          -----------ij> select 1 from all1 where cast(null as char)> date('1996-09-09');1          -----------ij> select 1 from all1 where cast(null as char)>= date('1996-09-09');1          -----------ij> select 1 from all1 where cast(null as char)< date('1996-09-09');1          -----------ij> select 1 from all1 where cast(null as char)<= date('1996-09-09');1          -----------ij> select 1 from all1 where cast(null as char)<> date('1996-09-09');1          -----------ij> select 1 from all1 where date('1996-09-09') = '1996-09-09';1          -----------1          ij> select 1 from all1 where date('1996-9-10') > '1996-09-09';1          -----------1          ij> select 1 from all1 where date('1996-9-10') >= '1996-09-09';1          -----------1          ij> select 1 from all1 where date('1996-9-10') < '1996-09-09';1          -----------ij> select 1 from all1 where date('1996-9-10') <= '1996-09-09';1          -----------ij> select 1 from all1 where date('1996-9-10') <> '1996-09-09';1          -----------1          ij> select 1 from all1 where date('1996-09-09') = cast(null as char);1          -----------ij> select 1 from all1 where date('1996-9-10') > cast(null as char);1          -----------ij> select 1 from all1 where date('1996-9-10') >= cast(null as char);1          -----------ij> select 1 from all1 where date('1996-9-10') < cast(null as char);1          -----------ij> select 1 from all1 where date('1996-9-10') <= cast(null as char);1          -----------ij> select 1 from all1 where date('1996-9-10') <> cast(null as char);1          -----------ij> select 1 from all1 where '12:12:12' = time('12:12:12');1          -----------1          ij> select 1 from all1 where '12:13:12' > time('12:12:12');1          -----------1          ij> select 1 from all1 where '12:13:12' >= time('12:12:12');1          -----------1          ij> select 1 from all1 where '12:13:12' < time('12:12:12');1          -----------ij> select 1 from all1 where '12:13:12' <= time('12:12:12');1          -----------ij> select 1 from all1 where '12:13:12' <> time('12:12:12');1          -----------1          ij> select 1 from all1 where cast(null as char) = time('12:12:12');1          -----------ij> select 1 from all1 where cast(null as char) > time('12:12:12');1          -----------ij> select 1 from all1 where cast(null as char) >= time('12:12:12');1          -----------ij> select 1 from all1 where cast(null as char) < time('12:12:12');1          -----------ij> select 1 from all1 where cast(null as char) <= time('12:12:12');1          -----------ij> select 1 from all1 where cast(null as char) <> time('12:12:12');1          -----------ij> select 1 from all1 where time('12:12:12') = '12:12:12';1          -----------1          ij> select 1 from all1 where time('12:13:12') > '12:12:12';1          -----------1          ij> select 1 from all1 where time('12:13:12') >= '12:12:12';1          -----------1          ij> select 1 from all1 where time('12:13:12') < '12:12:12';1          -----------ij> select 1 from all1 where time('12:13:12') <= '12:12:12';1          -----------ij> select 1 from all1 where time('12:13:12') <> '12:12:12';1          -----------1          ij> select 1 from all1 where time('12:12:12') = cast(null as char);1          -----------ij> select 1 from all1 where time('12:13:12') > cast(null as char);1          -----------ij> select 1 from all1 where time('12:13:12') >= cast(null as char);1          -----------ij> select 1 from all1 where time('12:13:12') < cast(null as char);1          -----------ij> select 1 from all1 where time('12:13:12') <= cast(null as char);1          -----------ij> select 1 from all1 where time('12:13:12') <> cast(null as char);1          -----------ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' = timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------1          ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' > timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------1          ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' >= timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------1          ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' < timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' <= timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where 'xxxxxxFILTERED-TIMESTAMPxxxxx' <> timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------1          ij> select 1 from all1 where cast(null as char) = timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where cast(null as char) > timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where cast(null as char) >= timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where cast(null as char) < timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where cast(null as char) <= timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where cast(null as char) <> timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx');1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )= 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------1          ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )> 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------1          ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )>= 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------1          ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )< 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )<= 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )<> 'xxxxxxFILTERED-TIMESTAMPxxxxx';1          -----------1          ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )= cast(null as char);1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )> cast(null as char);1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )>= cast(null as char);1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )< cast(null as char);1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )<= cast(null as char);1          -----------ij> select 1 from all1 where timestamp('xxxxxxFILTERED-TIMESTAMPxxxxx' )<> cast(null as char);1          -----------ij> select si from all1 where ' ' = X'0020';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where ' ' > X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where ' ' >= X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where ' ' < X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where ' ' <= X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where ' ' <> X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where cast(null as char) = X'0020';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where cast(null as char) > X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.ij> select si from all1 where cast(null as char) >= X'001F';ERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -