RE: SQL question

2002-08-20 Thread shawn_milochik
GODIVA/CSC PM Subject: RE: SQ

RE: SQL question

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 19:16:16 GMT, Learn Perl wrote: > Yes I want to have the columns come out in a sorted order without > specifying them like "select col1, col2, col3 from database" because > I have too many columns (close to 80). Is there ways to select a > table w/o specifically telling the S

RE: SQL question

2002-08-20 Thread learn perl
ue, 20 Aug 2002, Bob Showalter wrote: > > -Original Message- > > From: Bob Showalter [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 20, 2002 2:24 PM > > To: 'learn perl'; [EMAIL PROTECTED] > > Subject: RE: SQL question > > > > &

RE: SQL question

2002-08-20 Thread Bob Showalter
> -Original Message- > From: learn perl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 3:16 PM > To: Bob Showalter > Cc: [EMAIL PROTECTED] > Subject: RE: SQL question > > > Yes I want to have the columns come out in a sorted order without > spe

RE: SQL question

2002-08-20 Thread Bob Showalter
> -Original Message- > From: learn perl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 3:51 PM > To: Bob Showalter > Cc: [EMAIL PROTECTED] > Subject: RE: SQL question > > > For example, my column names are [1], [3], [5], [2] in the > table.

RE: SQL question

2002-08-20 Thread learn perl
much! Eric On Tue, 20 Aug 2002, Bob Showalter wrote: > > -Original Message- > > From: learn perl [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 20, 2002 3:16 PM > > To: Bob Showalter > > Cc: [EMAIL PROTECTED] > > Subject: RE: SQL question > > &