[GENERAL] Nested function invocation, but parameter does not exist

2010-05-31 Thread Wappler, Robert
Hi list, I want to create an install script for a database. First a schema and its elements are created in a second approach, some adjustments are done, e.g. create rows, which can be referenced as defaults instead of having NULL in the referenced column. Below is a minimum non-working example.

Re: [GENERAL] Nested function invocation, but parameter does not exist

2010-05-31 Thread Andy Colson
On 05/31/2010 11:00 AM, Wappler, Robert wrote: Hi list, I want to create an install script for a database. First a schema and its elements are created in a second approach, some adjustments are done, e.g. create rows, which can be referenced as defaults instead of having NULL in the referenced