Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/sync_table_refresh_table.php on line 19
drop table if exists
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/sync_table_refresh_table.php on line 28
create table (
sync_branch_code varchar(20) not null,
sync_last_update_date datetime not null,
sync_db_table_name varchar(80) not null
)
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/sync_table_refresh_table.php on line 37
create UNIQUE index index_1 on (
sync_branch_code, sync_last_update_date, sync_db_table_name)