Warning: include(../fortune/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/_install_fortune_2011-05-11.php on line 41
Warning: include(../fortune/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/_install_fortune_2011-05-11.php on line 41
Warning: include(): Failed opening '../fortune/inc/init_db.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/otomotif/public_html/sipade/_utility/_install_fortune_2011-05-11.php on line 41
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 fortune_cpa.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 fortune_cpa.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 fortune_cpa.goods_car_trn (
process_time, process, goods_code, mark_code, model_code, type, description)