Re: Beginner help with selecting

2001-07-17 Thread Gerlinde Fischer
Hello, can you send the datastruktur, so it is difficult to answer your question. You don't need, if the other answers were ok. Regards Gerlinde Fischer At 08:40 16.07.01 -0400, Technodium.net wrote: Hello there, I would need some help with a select statement for my databases. I've done all

Beginner help with selecting

2001-07-16 Thread Technodium.net
Hello there, I would need some help with a select statement for my databases. I've done all the design of the database and I think it's all good, but I can't make a select as I want to do it. There is the problem: I have one table for the list of events and one for the list of djs for this

RE: Beginner help with selecting

2001-07-16 Thread Simon Green
:41 To: [EMAIL PROTECTED] Subject: Beginner help with selecting Hello there, I would need some help with a select statement for my databases. I've done all the design of the database and I think it's all good, but I can't make a select as I want to do it. There is the problem: I have one table

Re: Beginner help with selecting

2001-07-16 Thread Mr_SpAcE
help appreciated Etienne - Original Message - From: Simon Green [EMAIL PROTECTED] To: 'Technodium.net' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:56 AM Subject: RE: Beginner help with selecting Ok So you give the event an ID and the DJ and Id Select dj.djid

Re: Beginner help with selecting

2001-07-16 Thread Technodium.net
help appreciated Etienne - Original Message - From: Simon Green [EMAIL PROTECTED] To: 'Technodium.net' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:56 AM Subject: RE: Beginner help with selecting Ok So you give the event an ID and the DJ and Id Select

RE: Beginner help with selecting

2001-07-16 Thread Noel Clarkson
: Beginner help with selecting Ok So you give the event an ID and the DJ and Id Select dj.djid from dj, event where event.eventid = 'x'; I think this should work? Long weekend so if this is not right it should be close! Simon -Original Message- From