sql >> Database teknologi >  >> RDS >> Mysql

Videregivelse af værdier til indsæt-forespørgslen med valg-forespørgsel

du skal bruge parentes i sub query. prøv dette:

  query = "INSERT INTO empallowance(emp_id_fk,allowance_id_fk) VALUES((SELECT emp_id FROM employee WHERE emp_cnic='" + cnic + "'),@allowance_id_fk)";


  1. SQL Server 2014 Incremental Statistics

  2. Standardværdi for tomme heltalsfelter ved import af CSV-data i MySQL

  3. Indsæt en tekstfil i Oracle med Bulk Insert

  4. Opdatering af AUTO_INCREMENT-værdi for alle tabeller i en MySQL-database