Hi there,
I've been looking far and wide on this one. I'm looking for a way to
select from columns where the columns have a certain pattern!
Example:
Instead of doing:
SELECT q1, q2, q3, q4, q5, q6, q7, q8, q9 FROM exam
I would like to do:
SELECT q* FROM exam
or
SELECT q% FROM exam
Whatever will match everything that has the letter q in it. Anyone
have an idea? I've been banging my head on this one.
Martin
p.s. I would appreciate an e-mail as well if you replay
martin@marketbr idge.com.no.spa med
I've been looking far and wide on this one. I'm looking for a way to
select from columns where the columns have a certain pattern!
Example:
Instead of doing:
SELECT q1, q2, q3, q4, q5, q6, q7, q8, q9 FROM exam
I would like to do:
SELECT q* FROM exam
or
SELECT q% FROM exam
Whatever will match everything that has the letter q in it. Anyone
have an idea? I've been banging my head on this one.
Martin
p.s. I would appreciate an e-mail as well if you replay
martin@marketbr idge.com.no.spa med
Comment