Re: Clean way of execution of query....

2001-07-09 Thread Don Read
On 09-Jul-01 Asha Ramaiah wrote: > Hey there!..Don! > The Problemo returns! :( > Let me be explicit this time with my query : > > mysql> select * from table A; > +-++ >| mId | tId | > +-++ >| 1 | 1 | >| 2 | 1 | >|

Re: Clean way of execution of query....

2001-07-08 Thread Asha Ramaiah
EMAIL PROTECTED]> To: Asha Ramaiah <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 12:59 PM Subject: RE: Clean way of execution of query > > > On 04-Jul-01 Asha Ramaiah wrote: > > Hey! guys! > > > > I wanted a little help

RE: Clean way of execution of query....

2001-07-04 Thread Don Read
On 04-Jul-01 Asha Ramaiah wrote: > Hey! guys! > > I wanted a little help on the following : .. > > Scenario: > I have 2 tables : one task and the other tasksequence > > desc task : (primary key taskId, varchar taskdesc) > desc tasksequence (primary key (taskId,milestoneId)) > > Now the que

Clean way of execution of query....

2001-07-03 Thread Asha Ramaiah
Hey! guys! I wanted a little help on the following : .. Scenario: I have 2 tables : one task and the other tasksequence desc task : (primary key taskId, varchar taskdesc) desc tasksequence (primary key (taskId,milestoneId)) Now the query I want to form should give me a list of all taskIds in