这是我的代码:(NO_OF_DAYS,BILL_DATE,DAILY_RENT,ADVANCE,C_NAME,RENTAL_ID,C_CARDfrom car_rental.customer where c_id=12),
(select rental_id from car_rental.company where rental_id=2)
使用MySQL 5.6.40
CREATE TABLE IF NOT EXISTS `updated_tables` ( UNIQUE INDEX `table_name_UNIQUE` (`table_name` ASC))这是查询(由Sequalize生成):
INSERT INTO `updated_tables` (`table_nam