this gives me error message: Subquery returns more than 1 row
"INSERT INTO customerbook (booking_ID,roo m_Type)
values((select booking_ID from bookings where booking_ID = bookings.bookin g_ID),'$a')"
any solution?
"INSERT INTO customerbook (booking_ID,roo m_Type)
values((select booking_ID from bookings where booking_ID = bookings.bookin g_ID),'$a')"
any solution?
Comment