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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Brian1219

  1. Brian1219

    Seperating parts of a string

    I am currently trying to seperate values in a column that are in the following format abcd-wxyz There can be any number of letters before AND after the dash. The only information I need to obtain is everything to the RIGHT of the dash. I know in Oracle there is an "intstr&quot...
  2. Brian1219

    How do you export a SQL Query to a file?

    I am trying to create a procedure to export the results of its query into a text file. I am relatively new to SQL so any help would be appreciated. Thanks,
  3. Brian1219

    Splitting up multiple records into one row

    Thanks, you got me going in the right direction. Now I just need to learn how do properly execute a cursor. I appreciate your help!
  4. Brian1219

    Splitting up multiple records into one row

    This is a pretty simple question, but it's driving me nuts, and I need a little help. I've got a table: column1: eid (unique) PK column2: serial number column3: Parts There can be many duplicate serial numbers because there can be anywhere from 1-5 parts associated with a serial number. What...

Part and Inventory Search

Back
Top