Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: satya400
  • Order by date
  1. satya400

    STRSQL Help

    Its cool , Suzie. There is one more way of solving this in one shot: insert into <pf name> (<column list>) select <column list> from <pf name> where <some condition if needed> For example, if the PF (ACCOUNT) contains ACC# & ACCAMT and we want to create a new set of records similar to...
  2. satya400

    STRSQL Help

    Hi, You may fire the following, provided u dont have a unique/primary key constraint: insert into <PF NAME> values (select * from <PF NAME>) Please explain ur requirement in detail. regards Satya

Part and Inventory Search

Back
Top