Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

265
Views
Cómo convertir una línea con palabras clave de ÍNDICE ÚNICO de mySql a H2
CREATE TABLE IF NOT EXISTS Account ( `userId` INT NOT NULL AUTO_INCREMENT, `first_name` VARCHAR(45) NOT NULL, `last_name` VARCHAR(45) NOT NULL, `email` VARCHAR(45) NULL, `ICQ` INT NULL, `home_address` VARCHAR(45) NULL, `work_address` VARCHAR(45) NULL, `skype` VARCHAR(45) NULL, `additional_info` VARCHAR(450) NULL, PRIMARY KEY (`userId`)) UNIQUE INDEX `userID_UNIQUE` (`userId` ASC) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Account';

¿Cómo convertir esta línea: UNIQUE INDEX userID_UNIQUE ( userId ASC) de la sintaxis mySQL a la sintaxis H2?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Desde el sitio h2database.com :

 ALTER TABLE Account ADD CONSTRAINT userID_UNIQUE UNIQUE(userId);
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!