D
D
des1roer2017-07-20 07:07:12
PostgreSQL
des1roer, 2017-07-20 07:07:12

How to exclude ltree postgres from search?

How to exclude all elements with a certain occurrence from the search?

SELECT category_path from item
where category_path ^~ '1817'
order by id desc limit 10000

does not work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2017-07-20
@des1roer

where not category_path ~ '1817'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question