Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/goods_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_trn_refresh_table.php on line 18



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



create table .goods_trn ( process_time datetime not null, goods_code varchar(20) not null, process varchar(10) not null, unit_of_measure1x_pengali double unsigned not null, goods_code_new varchar(20) 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_trn_refresh_table.php on line 43



create index index_1 on .goods_trn ( process_time, goods_code, process)