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

2001-07-09 Thread Asha Ramaiah
] Sent: Wednesday, July 04, 2001 12:59 PM Subject: RE: Clean way of execution of query java-digest elide 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

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 | | 2 |

Clean way of execution of query....

2001-07-04 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

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

2001-07-04 Thread Don Read
java-digest elide 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