1. Suppose you have a table with 100 fields.
2. You don't want to alter the table in any way.
3. You want to select everything from all fields except one.
4. You don't want to type a SELECT statement naming the 99 fields you do want.
Can this be done using a SQL statement?
Thanks for any ideas.
Bill
inre@cox.net
2. You don't want to alter the table in any way.
3. You want to select everything from all fields except one.
4. You don't want to type a SELECT statement naming the 99 fields you do want.
Can this be done using a SQL statement?
Thanks for any ideas.
Bill
inre@cox.net