how to show all records

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • unlawfulpub
    New Member
    • Dec 2006
    • 3

    how to show all records

    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
  • GunnarH
    New Member
    • Nov 2006
    • 83

    #2

    Comment

    Working...