How to avoid error in "select xxx, yyy from tb where i in
Hi,I am writing something where I need to extract particular rows in a table, using a pre-computed row id, like this."select xxx, yyy from tb where i in (something)"However, I found that when something is empty, the above select statement will produc...