Unsupported Screen Size: The viewport size is too small for the theme to render properly.

how do i set a field as unique with SQLyog 3.11

forums forums SQLyog SQLyog: Bugs / Feature Requests how do i set a field as unique with SQLyog 3.11

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #14678
      Shadow
      Member

      Create a unique index on the given field. Import will fail if you want to import into an existing table (known flaw in v3.11)! After selecting wich table you want to import click transform, then click Edit SQL. Add a unique index on the given field. Run the import. SQLyog is going to give you a warning each time it encounters a duplicate entry and whether you want to proceed with the import.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.