Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/goods_car_trn_refresh_table.php on line 17

Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/goods_car_trn_refresh_table.php on line 18



drop table if exists .goods_car_trn
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/goods_car_trn_refresh_table.php on line 41



create table .goods_car_trn ( process_time datetime not null, process varchar(10) not null, goods_code varchar(20) not null, mark_code char(2) not null, model_code varchar(8) not null, type varchar(20) not null, description varchar(30) not null, mark_code_new char(2) not null, model_code_new varchar(8) not null, type_new varchar(20) not null, description_new varchar(30) not null, sync_status char(1) not null )
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/goods_car_trn_refresh_table.php on line 51



create index index_1 on .goods_car_trn ( process_time, process, goods_code, mark_code, model_code, type, description)