how to write the select statement?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sohaildkm
    New Member
    • Jan 2007
    • 1

    #1

    how to write the select statement?

    name of the table
    I WANT TO WRITE THE QUERY IN SQL,Data base is db2

    1-migrated customer relator table
    this table contains mamsi migrated customer where migrated company code is =MAM,I wat to run the query to pull records in which the migrated vompany code is =MAM.

    please help me
  • anuragpj
    New Member
    • Jan 2007
    • 32

    #2
    Originally posted by sohaildkm
    name of the table
    I WANT TO WRITE THE QUERY IN SQL,Data base is db2

    1-migrated customer relator table
    this table contains mamsi migrated customer where migrated company code is =MAM,I wat to run the query to pull records in which the migrated vompany code is =MAM.

    please help me
    select field_name from table_name

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by sohaildkm
      name of the table
      I WANT TO WRITE THE QUERY IN SQL,Data base is db2

      1-migrated customer relator table
      this table contains mamsi migrated customer where migrated company code is =MAM,I wat to run the query to pull records in which the migrated vompany code is =MAM.

      please help me
      The DB2 forum is here.

      Comment

      Working...