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_pay_refresh_table.php on line 4
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_pay_refresh_table.php on line 4
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_pay_refresh_table.php on line 4
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/lz_trans_pay_refresh_table.php on line 36
create table .lz_trans_pay (
seq_no int unsigned not null,
periode_date date not null,
trans_date date not null,
nomor_pesanan varchar (20) not null,
jumlah double unsigned not null,
status char(1) not null
)
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/lz_trans_pay_refresh_table.php on line 45
create UNIQUE index index_1 on .lz_trans_pay (
seq_no)