Warning: mysqli_query() expects parameter 1 to be mysqli, null given in /home/otomotif/public_html/sipade/common/inc/sale_batch_add_validate.php on line 33
Warning: mysqli_error() expects parameter 1 to be mysqli, null given in /home/otomotif/public_html/sipade/common/inc/sale_batch_add_validate.php on line 33
create temporary table sale_batch_temp (
customer_code char(10) not null,
inv_no smallint not null,
goods_code_index smallint not null,
inv_no_wa smallint not null,
nomor_pesanan varchar(20) not null,
goods_code varchar(20) not null,
quantity_sale double unsigned not null,
unit_sale_price double unsigned not null,
err_msg tinytext not null,
rec_status char(1) not null
)