querry - Search results

2003-11-12 20:21:58 | Re: SQL-question: returning the id of an insert querry (Greg Stark)

"scott.marlowe" writes: That syntax would be problematic, it would mean to select all

2003-11-12 20:13:26 | Re: SQL-question: returning the id of an insert querry (Tom Lane)

Doug McNaught writes: Or a PK that's not an integer? Or no PK

2003-11-12 17:34:05 | Re: SQL-question: returning the id of an insert querry (scott.marlowe)

On Wed, 12 Nov 2003, Scott Chapman wrote: I wouldn't suggest changing current bevaiour

2003-11-12 16:45:34 | Re: SQL-question: returning the id of an insert querry (Andrew Sullivan)

On Wed, Nov 12, 2003 at 12:35:27PM -0800, Scott Chapman wrote: Take a

2003-11-12 16:42:15 | Re: SQL-question: returning the id of an insert querry (Doug McNaught)

Scott Chapman writes: What if you have a multicolumn PK? I'm not actually

2003-11-12 16:36:01 | Re: SQL-question: returning the id of an insert querry (Scott Chapman)

On Wednesday 12 November 2003 12:31, Doug McNaught wrote: What's the process to

2003-11-12 16:32:30 | Re: SQL-question: returning the id of an insert querry (Doug McNaught)

Scott Chapman writes: Yes. It's theoretically possible to derive that information if you

2003-11-12 16:21:25 | Re: SQL-question: returning the id of an insert querry (Alvaro Herrera)

On Wed, Nov 12, 2003 at 11:46:44AM -0800, Scott Chapman wrote: Yes, but

2003-11-12 15:49:11 | Re: SQL-question: returning the id of an insert querry (Scott Chapman)

On Wednesday 12 November 2003 11:29, Doug McNaught wrote: The function still has to

2003-11-12 15:30:48 | Re: SQL-question: returning the id of an insert querry (Doug McNaught)

Scott Chapman writes: Write a database function that inserts the record and returns the

2003-11-12 15:18:00 | Re: SQL-question: returning the id of an insert querry (Scott Chapman)

On Wednesday 12 November 2003 03:51, Andrew Sullivan wrote: Then there's another issue

2003-11-12 07:51:41 | Re: SQL-question: returning the id of an insert querry (Andrew Sullivan)

On Mon, Nov 10, 2003 at 08:56:03AM -0800, Scott Chapman wrote: That won

2003-11-11 13:58:43 | Re: SQL-question: returning the id of an insert querry (Ian Harding)

Scott Chapman wrote: Huh? My web application has connection pooling and it goes like this

2003-11-10 17:48:17 | Re: SQL-question: returning the id of an insert querry (Bruno Wolff III)

On Mon, Nov 10, 2003 at 08:56:03 -0800, Scott Chapman wrote: Not

2003-11-10 17:35:39 | Re: SQL-question: returning the id of an insert querry (Paul Thomas)

On 10/11/2003 17:22 Kathy Zhu wrote: This is one of a number of JDBC3