Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dcollHello everybody!
I have this situation in which I hope you could help me with.
I have a huge database, with around 60 fields. From this database, I want to use a select query, but I still don't know which fields I want to bring.
I will use an excel file, with a column called: "FieldName". In this column, for a set of countries, any value from those 60 fields within the database can be added.
For example:
France Telephone
UK Address
Spain E-mail
How can I use that kind of query?
It should be something like:
"Select x from My_DataBase" (being x= "Telephone,Address,E-mail")
Can it be done?
Thank you in advance!