SELECT can only accept… SELECT can only accept column names as parameters. You are trying to fetch data inside the column. This won't work. You should first get the column data and then process the returned values to filter the information you need. Reply
SELECT can only accept…
SELECT can only accept column names as parameters. You are trying to fetch data inside the column. This won't work.
You should first get the column data and then process the returned values to filter the information you need.