Warning: mysql_query() expects parameter 2 to be resource, object 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, object 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, object 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, object 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)