Home  >  Article  >  Database  >  Amoeba for mysql com.meidusa.amoeba.sqljep.ParseException: Not comparable

Amoeba for mysql com.meidusa.amoeba.sqljep.ParseException: Not comparable

WBOY
WBOYOriginal
2016-06-06 09:44:221299browse

amoebamysql

在使用Amoeba for mysql 进行水平切分的时候出现错误,水平切分规则根据date字段来切分
配置rule.xml片段如下:


odate
odate > to_date('2011-01-01','yyyy-mm-dd') and odate ]]>
Node02


odate
odate > to_date('2012-01-01','yyyy-mm-dd') and odate ]]>
Node03


odate
odate > to_date('2013-01-01','yyyy-mm-dd') and odate ]]>
Node04


odate
odate > to_date('2014-01-01','yyyy-mm-dd') and odate ]]>
Node05

请问有没有人遇到过这样的问题?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn