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!

Search results for query: *

  1. nhjyjetsfan

    Stored Procedures in Postgre

    Stored Procedures seem to stump almost everyone trying to migrate from M$SQL to Postgre. In all actuality it is realitively simple. I will start by creating a simple Employee table. Then i will create a sequence to create autonumbers for my EmployeeID column (Same as M$SQL IDENTITY(1,1)...
  2. nhjyjetsfan

    SELECT Statement

    I am having a nightmare trying to retrieve data using a select statement. I can insert into my table but cannot retrieve via SELECT. I am stumped. Using SELECT * FROM tblemployees returns nothing If I use pgadmin i can retrieve my data with the exact SELECT statement above. Discouraged...

Part and Inventory Search

Back
Top