Tidb: Does tidb support json_contains?

Created on 7 Aug 2018  路  4Comments  路  Source: pingcap/tidb

  1. What did you do?

query: select json_contains('[3,4]','4');

  1. What did you expect to see?

|1|

  1. What did you see instead?

FUNCTION json_contains does not exist

  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?

v2.0.6

we're trying to use TiDB in application, and I know that not all json function is supported, can I know when it/they will be get support?

typquestion

Most helpful comment

All 4 comments

Thanks for your feedback, @secmask ! TiDB does not support json_contains now.

@jackysp thanks for quick answer, I have read thought issues and know that it does not support now. but, could you estimate when it will get support? because I need to know should I wait.

PTAL @shenli

Was this page helpful?
0 / 5 - 0 ratings