Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/user_profile_refresh_table.php on line 38
create table (
userid char(8) not null,
user_name varchar(40) not null,
pass varchar(40) not null,
user_group_id char(3) not null,
user_branch_code varchar(20) not null,
record_status_code char(1) not null,
input_by varchar(10) not null,
input_date datetime not null,
input_ip_address char(15) not null,
last_update_by varchar(10) not null,
last_update_date datetime not null,
last_ip_address char(15) not null
)