Praneeth30
New Member
I am working on database querying, and heres is what i need
sSQL = "SELECT * from ABCD.EFGH_IJK where LMN in values from [A1-A10];"
Can someone help me on how to get those values? and also i need the values to be placed in single quotes separated by a comma.
sSQL = "SELECT * from ABCD.EFGH_IJK where LMN in values from [A1-A10];"
Can someone help me on how to get those values? and also i need the values to be placed in single quotes separated by a comma.