Warning: include(../omc/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/lz_trans_refresh_table.php on line 7

Warning: include(../omc/inc/init_db.inc): failed to open stream: No such file or directory in /home/otomotif/public_html/sipade/_utility/lz_trans_refresh_table.php on line 7

Warning: include(): Failed opening '../omc/inc/init_db.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/otomotif/public_html/sipade/_utility/lz_trans_refresh_table.php on line 7

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

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



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



create table omc.lz_trans ( seq_no int unsigned not null, trans_date date not null, nomor_pesanan varchar (20) not null, jumlah double unsigned, status char(1), periode_date date not null )
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/lz_trans_refresh_table.php on line 45



create UNIQUE index index_1 on omc.lz_trans ( seq_no)