Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/sync_log_refresh_table.php on line 15
drop table if exists
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/sync_log_refresh_table.php on line 28
create table (
sync_time_from datetime not null,
sync_time_to datetime not null,
current_branch_code varchar(20) not null,
sync_branch_code 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/sync_log_refresh_table.php on line 38
create index index_1 on (
sync_time_from, sync_time_to, current_branch_code, sync_branch_code)