PostgreSQL equivalent of Oracle "member of"

2019-03-29 Thread Vadi
e) first_name FROM employees; SELECT * FROM tname; SELECT * FROM employees WHERE first_name member of in_list(first_name); Any help is much appreciated. Thanks in advance. Regards Vadi

Re: PostgreSQL equivalent of Oracle "member of"

2019-03-29 Thread Vadi
Hi Mr Kellerer Thanks a lot for your reply and suggestion. I will check it out. Regards Vadi Bengaluru India On Fri, 29 Mar 2019 15:34:12 +0530 Thomas Kellerer wrote >Vadi schrieb am 29.03.2019 um 10:44: > I would like to know if there is any equivalent in PostgreSQL f