additional search option

Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

additional search option

Post by digitalphotoworld »

Please add the ability to search IN and NOT IN in the search options.

At the moment it is not possible to search like in the following examples:

SELECT * FROM cars WHERE brand in ('BMW', 'TESLA');
SELECT * FROM users WHERE country NOT IN ('USA', 'England', 'Canada');


mobhar
User
Posts: 11745

Post by mobhar »

I second for this.


Post Reply