peterlu
9 years agoChampion
API v2 operator "NOT IN"
Hi Lithium, When can we have this function for the API v2? For example, Customers would like to query all messages except for few boards. Peter
Sign in to react to this post
peterlu -
This query would work in pagination environment.
select * from messages where board.id in ('board1,board2')
Give kudos if you find my posts helpful or mark solution if it answers your query
Tariq