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: *

  • Users: Nlaivlys
  • Content: Threads
  • Order by date
  1. Nlaivlys

    Retreive User Input

    Is there a way to retrieve user input for postgresql? I have done a search online and found that one can use: select * from mytable where user_id = [parameter "Enter text question here"] --or-- select * from mytable where user_id ~* '[parameter "Enter text question here"]' However, when I type...
  2. Nlaivlys

    Another Currval Problem

    I am fairly new to PostgreSQL. I am in the process of converting a MySQL script to postgresql. The mysql script includes a line that reads: INSERT INTO OVERLAY VALUES (NULL,LAST_INSERT_ID(),'Grey Standard','basemap',1,'png','y',-1,0,NOW(),NOW()), (NULL,LAST_INSERT_ID(),'Brown...

Part and Inventory Search

Back
Top