-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
创建索引问题 #25
Comments
是报啥错呢,能贴下吗? haosdent On Wednesday, October 23, 2013 at 10:12 AM, fengshiming wrote:
|
wasp(main):001:0> sql "create index PhotosByTime on Photo(user_id,time desc);" ERROR: java.sql.SQLException: com.alibaba.wasp.jdbc.JdbcException: Operate a not supported sql: "Currently we only support the ascending and descending time field." [90170-1] |
wasp(main):001:0> sql "create index PhotosByTime on Photo(user_id,time desc);" 错误信息: ERROR: java.sql.SQLException: com.alibaba.wasp.jdbc.JdbcException: Operate a not supported sql: "Currently we only support the ascending and descending time field." [90170-1] 在 2013-10-23 10:15:44,haosdent [email protected] 写道: haosdent On Wednesday, October 23, 2013 at 10:12 AM, fengshiming wrote:
— |
wasp(main):002:0>sql "create index PhotosByTime on Photo(user_id,time desc);"
The text was updated successfully, but these errors were encountered: