I have phone in my arrays such
string phones="05763671278,05763271578,04763125578"
How can I result of all phone in that array?(for this case there must be return 3 records)
SELECT * FROM Accounst where Phone in ('05763671278,05763271578,04763125578')
but it return null although this phone in table