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 SkipVought 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: bleep
  • Order by date
  1. bleep

    PSQL V10 nested procedures

    Thanks Mirtheil with your advice i have now got it working correctly. Do you know if there are any tools to be able to run sql scripts from the command line for PSQL or are we stuck with running through the pcc
  2. bleep

    PSQL V10 nested procedures

    Hi Mirtheil Sorry forgot to say that i was using PSQL. The reason i want no net this is to ensure that the person that i running these changes does so in the correct order instead of running the cmd's 1 at a time and maybe missing one of them out. Thanks Bleep
  3. bleep

    PSQL V10 nested procedures

    Hi First post here so hope i am following the correct procedure. I have multiple sql scripts that i want to cover by 1 script but can't seem to get the syntax correct. I have included below an example of what i am trying to do. update "BAL_SHEET_DETAIL" set ccy_cde = 2 where ccy_cde = 1 update...

Part and Inventory Search

Back
Top