INSERT INTO rentedcars(`car_id`,`booking_date`, `Name`,
    `rent_start_date`,
    `charge_type`,`pickup`,`destination`,`PaymentStatus`,
    `status`,`appuser`,`return_status`,`bookingsource`,
    `customer_hotel`,`customer_room`,`customer_flight`,`comments`,`fare`,`driver_id`
    ) 
    VALUES(2,'2022-08-29 00:23:49','abc',
    '2022-08-29 00:23:49',
    'trip','dubai','sharjah','Un-paid',
    'assigned','109','NR','web',
    '','12','flight1','c',0,'1')