Re: Data access

2000-05-30 Thread Ian D. Stewart
Garrick Staples wrote: > > I've also found the mysql docs to be great at teaching SQL. > > select is at http://web.mysql.com/Manual_chapter/manual_Reference.html#SELECT > and the TOC is at http://web.mysql.com/Manual_chapter/manual_toc.htm Additionally, I know of at least one copy of the SQL-92

Re: Data access

2000-05-26 Thread Garrick Staples
"Perl-Win32-Users Mailing List" ><[EMAIL PROTECTED]> > Subject:Re: Data access > Send reply to: "Anthony George" <[EMAIL PROTECTED]> > > > > > [EMAIL PROTECTED] wrote: > > > > > > I have anot

Re: Data access

2000-05-26 Thread Ranga
t" <[EMAIL PROTECTED]> Subject:Re: Data access Send reply to: "Anthony George" <[EMAIL PROTECTED]> > > [EMAIL PROTECTED] wrote: > > > > I have another situation where I am calling a select subroutine in PERL > >

Re: Data access

2000-05-26 Thread Anthony George
[EMAIL PROTECTED] wrote: > > I have another situation where I am calling a select subroutine in PERL > based on the table a user selects. This select statement is very basic: > > select * from $tablename > > From here how do I pick only the columns of my choice? > > Perry Chaturvedi You'll p

RE: Data access

2000-05-26 Thread stanley g martin
QL = "select field1, field2 from $tablename"; Stanley G. Martin Midwest Consulting Group Sprint Finance Reengineering (816) 889-8156 [EMAIL PROTECTED] -Original Message- From: Perry.Chaturvedi [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 7:21 AM To: perl-win32-users Cc: P

Re: Data access

2000-05-26 Thread Philip Newton
[EMAIL PROTECTED] wrote: > I have another situation where I am calling a select > subroutine in PERL based on the table a user selects. > This select statement is very basic: > > select * from $tablename > > From here how do I pick only the columns of my choice? Well, if you know which columns

Data access

2000-05-26 Thread Perry . Chaturvedi
I have another situation where I am calling a select subroutine in PERL based on the table a user selects. This select statement is very basic: select * from $tablename >From here how do I pick only the columns of my choice? Perry Chaturvedi "Excellence is not a single act, its a daily habit.