Hello everyone, I have the following line in my create table code:

SCAN_PARAM_ID MEDIUMINT(20)  NOT NULL  REFERENCES
SCAN_PARAMETER(SCAN_PARAM_ID)

I need to make it so that scan_param_id references to two differences tables? Will 
this work?

SCAN_PARAM_ID MEDIUMINT(20)  NOT NULL  REFERENCES
SCAN_PARAMETER(SCAN_PARAM_ID) REFERECES SCAN_ACQUIRED_DATA (SCAN_PARAM_ID)


Thanks,

Oganes Demirchyan
Motorola Life Science
757 S.Raymond
Pasadena, CA  91105
Tel: 626-584-5900
email: [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 03, 2002 11:03 AM
To: Demirchyan Oganes-AOD098
Subject: Re: Tabel Referencing Question 

Your message cannot be posted because it appears to be either spam or
simply off topic to our filter. To bypass the filter you must include
one of the following words in your message:

sql,query

If you just reply to this message, and include the entire text of it in the
reply, your reply will go through. However, you should
first review the text of the message to make sure it has something to do
with MySQL. Just typing the word MySQL once will be sufficient, for example.

You have written the following:

Hello everyone, I have the following line in my create table code:

SCAN_PARAM_ID MEDIUMINT(20)  NOT NULL  REFERENCES
SCAN_PARAMETER(SCAN_PARAM_ID)

I need to make it so that scan_param_id references to two differences
tables? Will this work?

SCAN_PARAM_ID MEDIUMINT(20)  NOT NULL  REFERENCES
SCAN_PARAMETER(SCAN_PARAM_ID) REFERECES SCAN_ACQUIRED_DATA (SCAN_PARAM_ID)


Thanks,

Oganes Demirchyan
Motorola Life Science
757 S.Raymond
Pasadena, CA  91105
Tel: 626-584-5900
email: [EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to