Results 1 to 2 of 2

Thread: mysql forign key is not adding

  1. #1
    Join Date
    Jan 2007
    Posts
    1

    mysql forign key is not adding

    Dear Sir,

    I am working on mysql (linux). I cant add forign key to my tables.
    ALTER TABLE test
    ADD CONSTRAINT ldf_fk
    FOREIGN KEY(lead_code)
    REFERENCES source(lead_code)

    regards
    Joby

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    This is MS SQL forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •