After successfully establishing a SQL connection, rather than using the following:
Select * from sqltable where fieldname NOT IN ('v1',...,'v8')
I would prefer something like the following:
Select * from sqltable where ASCAN(gArray, fieldname) = 0
any suggestions?
Select * from sqltable where fieldname NOT IN ('v1',...,'v8')
I would prefer something like the following:
Select * from sqltable where ASCAN(gArray, fieldname) = 0
any suggestions?