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

📄 resultset.out

📁 derby database source code.good for you.
💻 OUT
📖 第 1 页 / 共 5 页
字号:
ERROR 42818: Comparisons between 'DOUBLE' and 'LONG VARCHAR' are not supported.SELECT NULLIF(DOUBLECOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(DOUBLECOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(DOUBLECOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(DOUBLECOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'CLOB' are not supported.SELECT NULLIF(DOUBLECOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'DATE' are not supported.SELECT NULLIF(DOUBLECOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'TIME' are not supported.SELECT NULLIF(DOUBLECOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'TIMESTAMP' are not supported.SELECT NULLIF(DOUBLECOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DOUBLE' and 'BLOB' are not supported.SELECT NULLIF(CHARCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'SMALLINT' are not supported.SELECT NULLIF(CHARCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'INTEGER' are not supported.SELECT NULLIF(CHARCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'BIGINT' are not supported.SELECT NULLIF(CHARCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'DECIMAL' are not supported.SELECT NULLIF(CHARCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'REAL' are not supported.SELECT NULLIF(CHARCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'DOUBLE' are not supported.SELECT NULLIF(CHARCOL,CHARCOL) from AllDataTypesTable	 COL1(datatype : CHAR, precision : 60, scale : 0)	 ------------------------------------------------	{null}	{null}	{null}	{null}SELECT NULLIF(CHARCOL,VARCHARCOL) from AllDataTypesTable	 COL1(datatype : CHAR, precision : 60, scale : 0)	 ------------------------------------------------	{null}	{null}	{null}	{2.0                                                         }SELECT NULLIF(CHARCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'LONG VARCHAR' are not supported.SELECT NULLIF(CHARCOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(CHARCOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(CHARCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(CHARCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'CLOB' are not supported.SELECT NULLIF(CHARCOL,DATECOL) from AllDataTypesTable	 COL1(datatype : CHAR, precision : 60, scale : 0)	 ------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(CHARCOL,TIMECOL) from AllDataTypesTable	 COL1(datatype : CHAR, precision : 60, scale : 0)	 ------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(CHARCOL,TIMESTAMPCOL) from AllDataTypesTable	 COL1(datatype : CHAR, precision : 60, scale : 0)	 ------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(CHARCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR' and 'BLOB' are not supported.SELECT NULLIF(VARCHARCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'SMALLINT' are not supported.SELECT NULLIF(VARCHARCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'INTEGER' are not supported.SELECT NULLIF(VARCHARCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'BIGINT' are not supported.SELECT NULLIF(VARCHARCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'DECIMAL' are not supported.SELECT NULLIF(VARCHARCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'REAL' are not supported.SELECT NULLIF(VARCHARCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'DOUBLE' are not supported.SELECT NULLIF(VARCHARCOL,CHARCOL) from AllDataTypesTable	 COL1(datatype : VARCHAR, precision : 60, scale : 0)	 ---------------------------------------------------	{null}	{null}	{null}	{15:30:20}SELECT NULLIF(VARCHARCOL,VARCHARCOL) from AllDataTypesTable	 COL1(datatype : VARCHAR, precision : 60, scale : 0)	 ---------------------------------------------------	{null}	{null}	{null}	{null}SELECT NULLIF(VARCHARCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'LONG VARCHAR' are not supported.SELECT NULLIF(VARCHARCOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(VARCHARCOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(VARCHARCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(VARCHARCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'CLOB' are not supported.SELECT NULLIF(VARCHARCOL,DATECOL) from AllDataTypesTable	 COL1(datatype : VARCHAR, precision : 60, scale : 0)	 ---------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(VARCHARCOL,TIMECOL) from AllDataTypesTable	 COL1(datatype : VARCHAR, precision : 60, scale : 0)	 ---------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(VARCHARCOL,TIMESTAMPCOL) from AllDataTypesTable	 COL1(datatype : VARCHAR, precision : 60, scale : 0)	 ---------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(VARCHARCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR' and 'BLOB' are not supported.SELECT NULLIF(LONGVARCHARCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'SMALLINT' are not supported.SELECT NULLIF(LONGVARCHARCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'INTEGER' are not supported.SELECT NULLIF(LONGVARCHARCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'BIGINT' are not supported.SELECT NULLIF(LONGVARCHARCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'DECIMAL' are not supported.SELECT NULLIF(LONGVARCHARCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'REAL' are not supported.SELECT NULLIF(LONGVARCHARCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'DOUBLE' are not supported.SELECT NULLIF(LONGVARCHARCOL,CHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'CHAR' are not supported.SELECT NULLIF(LONGVARCHARCOL,VARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'VARCHAR' are not supported.SELECT NULLIF(LONGVARCHARCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'LONG VARCHAR' are not supported.SELECT NULLIF(LONGVARCHARCOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(LONGVARCHARCOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(LONGVARCHARCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(LONGVARCHARCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'CLOB' are not supported.SELECT NULLIF(LONGVARCHARCOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'DATE' are not supported.SELECT NULLIF(LONGVARCHARCOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'TIME' are not supported.SELECT NULLIF(LONGVARCHARCOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'TIMESTAMP' are not supported.SELECT NULLIF(LONGVARCHARCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR' and 'BLOB' are not supported.SELECT NULLIF(CHARFORBITCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'SMALLINT' are not supported.SELECT NULLIF(CHARFORBITCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'INTEGER' are not supported.SELECT NULLIF(CHARFORBITCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'BIGINT' are not supported.SELECT NULLIF(CHARFORBITCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'DECIMAL' are not supported.SELECT NULLIF(CHARFORBITCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'REAL' are not supported.SELECT NULLIF(CHARFORBITCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'DOUBLE' are not supported.SELECT NULLIF(CHARFORBITCOL,CHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'CHAR' are not supported.SELECT NULLIF(CHARFORBITCOL,VARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'VARCHAR' are not supported.SELECT NULLIF(CHARFORBITCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'LONG VARCHAR' are not supported.SELECT NULLIF(CHARFORBITCOL,CHARFORBITCOL) from AllDataTypesTable	 COL1(datatype : CHAR FOR BIT DATA, precision : 60, scale : 0)	 -------------------------------------------------------------	{null}	{null}	{null}	{null}SELECT NULLIF(CHARFORBITCOL,VARCHARFORBITCOL) from AllDataTypesTable	 COL1(datatype : CHAR FOR BIT DATA, precision : 60, scale : 0)	 -------------------------------------------------------------	{null}	{null}	{null}	{10aaaa202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020}SELECT NULLIF(CHARFORBITCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(CHARFORBITCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'CLOB' are not supported.SELECT NULLIF(CHARFORBITCOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'DATE' are not supported.SELECT NULLIF(CHARFORBITCOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'TIME' are not supported.SELECT NULLIF(CHARFORBITCOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'TIMESTAMP' are not supported.SELECT NULLIF(CHARFORBITCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CHAR () FOR BIT DATA' and 'BLOB' are not supported.SELECT NULLIF(VARCHARFORBITCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'SMALLINT' are not supported.SELECT NULLIF(VARCHARFORBITCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'INTEGER' are not supported.SELECT NULLIF(VARCHARFORBITCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'BIGINT' are not supported.SELECT NULLIF(VARCHARFORBITCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'DECIMAL' are not supported.SELECT NULLIF(VARCHARFORBITCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'REAL' are not supported.SELECT NULLIF(VARCHARFORBITCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'DOUBLE' are not supported.SELECT NULLIF(VARCHARFORBITCOL,CHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'CHAR' are not supported.SELECT NULLIF(VARCHARFORBITCOL,VARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'VARCHAR' are not supported.SELECT NULLIF(VARCHARFORBITCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'LONG VARCHAR' are not supported.SELECT NULLIF(VARCHARFORBITCOL,CHARFORBITCOL) from AllDataTypesTable	 COL1(datatype : VARCHAR FOR BIT DATA, precision : 60, scale : 0)	 ----------------------------------------------------------------	{null}	{null}	{null}	{10aaba}SELECT NULLIF(VARCHARFORBITCOL,VARCHARFORBITCOL) from AllDataTypesTable	 COL1(datatype : VARCHAR FOR BIT DATA, precision : 60, scale : 0)	 ----------------------------------------------------------------	{null}	{null}	{null}	{null}SELECT NULLIF(VARCHARFORBITCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(VARCHARFORBITCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'CLOB' are not supported.SELECT NULLIF(VARCHARFORBITCOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'DATE' are not supported.SELECT NULLIF(VARCHARFORBITCOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'TIME' are not supported.SELECT NULLIF(VARCHARFORBITCOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'TIMESTAMP' are not supported.SELECT NULLIF(VARCHARFORBITCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'VARCHAR () FOR BIT DATA' and 'BLOB' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'SMALLINT' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'INTEGER' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'BIGINT' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'DECIMAL' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'REAL' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'DOUBLE' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,CHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'CHAR' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,VARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'VARCHAR' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'LONG VARCHAR' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'CLOB' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'DATE' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'TIME' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'TIMESTAMP' are not supported.SELECT NULLIF(LVARCHARFORBITCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'LONG VARCHAR FOR BIT DATA' and 'BLOB' are not supported.SELECT NULLIF(CLOBCOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'SMALLINT' are not supported.SELECT NULLIF(CLOBCOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'INTEGER' are not supported.SELECT NULLIF(CLOBCOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'BIGINT' are not supported.SELECT NULLIF(CLOBCOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'DECIMAL' are not supported.SELECT NULLIF(CLOBCOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'REAL' are not supported.SELECT NULLIF(CLOBCOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'DOUBLE' are not supported.SELECT NULLIF(CLOBCOL,CHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'CHAR' are not supported.SELECT NULLIF(CLOBCOL,VARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'VARCHAR' are not supported.SELECT NULLIF(CLOBCOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'LONG VARCHAR' are not supported.SELECT NULLIF(CLOBCOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(CLOBCOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(CLOBCOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(CLOBCOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'CLOB' are not supported.SELECT NULLIF(CLOBCOL,DATECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'DATE' are not supported.SELECT NULLIF(CLOBCOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'TIME' are not supported.SELECT NULLIF(CLOBCOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'TIMESTAMP' are not supported.SELECT NULLIF(CLOBCOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'CLOB' and 'BLOB' are not supported.SELECT NULLIF(DATECOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'SMALLINT' are not supported.SELECT NULLIF(DATECOL,INTEGERCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'INTEGER' are not supported.SELECT NULLIF(DATECOL,BIGINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'BIGINT' are not supported.SELECT NULLIF(DATECOL,DECIMALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'DECIMAL' are not supported.SELECT NULLIF(DATECOL,REALCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'REAL' are not supported.SELECT NULLIF(DATECOL,DOUBLECOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'DOUBLE' are not supported.SELECT NULLIF(DATECOL,CHARCOL) from AllDataTypesTable	 COL1(datatype : DATE, precision : 10, scale : 0)	 ------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(DATECOL,VARCHARCOL) from AllDataTypesTable	 COL1(datatype : DATE, precision : 10, scale : 0)	 ------------------------------------------------Data Conversion SQLExceptionSELECT NULLIF(DATECOL,LONGVARCHARCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'LONG VARCHAR' are not supported.SELECT NULLIF(DATECOL,CHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'CHAR () FOR BIT DATA' are not supported.SELECT NULLIF(DATECOL,VARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'VARCHAR () FOR BIT DATA' are not supported.SELECT NULLIF(DATECOL,LVARCHARFORBITCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'LONG VARCHAR FOR BIT DATA' are not supported.SELECT NULLIF(DATECOL,CLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'CLOB' are not supported.SELECT NULLIF(DATECOL,DATECOL) from AllDataTypesTable	 COL1(datatype : DATE, precision : 10, scale : 0)	 ------------------------------------------------	{null}	{null}	{null}	{null}SELECT NULLIF(DATECOL,TIMECOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'TIME' are not supported.SELECT NULLIF(DATECOL,TIMESTAMPCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'TIMESTAMP' are not supported.SELECT NULLIF(DATECOL,BLOBCOL) from AllDataTypesTableERROR 42818: Comparisons between 'DATE' and 'BLOB' are not supported.SELECT NULLIF(TIMECOL,SMALLINTCOL) from AllDataTypesTableERROR 42818: Comparisons between 'TIME' and 'SMALLINT' are not suppor

⌨️ 快捷键说明

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