Coder Social home page Coder Social logo

Comments (3)

dobe avatar dobe commented on June 22, 2024

hi

checking for array containment is currently not supported, but i am glad to report that we just commited this feature in the current sprint. so stay tuned, the feature should be released in about 2 weeks.

we plan to implement the ANY keyword (at least for the "=" operator) the same way that postgres does (see http://www.postgresql.org/docs/9.3/static/functions-comparisons.html)

so your query would then be:

select id,ips,domain from netinfos where '110.76.141.122' = ANY (ips)

from crate.

dobe avatar dobe commented on June 22, 2024

hi stefan

we just released 0.37.0 which adds ANY support, see https://crate.io/docs/en/0.37.0/sql/dml.html?highlight=any#any-array

the release is available only in the testing repositories

have fun

from crate.

dobe avatar dobe commented on June 22, 2024

closing this issue since it is implemented in testing

from crate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.