Hello guys,
I have one database name using mysql it is like user registration. I have separated the table for personal information and diffirent table with the qualification also diff to
country, industry, category, qualification and more...
they are in separate table. I want to find a record with these condition
country = usa
industry = FMCG
category = Administration
qualification =CPA
Note: category is in diffirent table for me to update it. there is a master record
table information
candidate_dtl_i d
reg_id
category_id
how to create a perl script to pull out all information
category_number
parent_id
reg_flag
I have one database name using mysql it is like user registration. I have separated the table for personal information and diffirent table with the qualification also diff to
country, industry, category, qualification and more...
they are in separate table. I want to find a record with these condition
country = usa
industry = FMCG
category = Administration
qualification =CPA
Note: category is in diffirent table for me to update it. there is a master record
table information
candidate_dtl_i d
reg_id
category_id
how to create a perl script to pull out all information
category_number
parent_id
reg_flag
Comment