On Wed, Jan 18, 2012 at 5:38 AM, <knoch(at)ipa(dot)fraunhofer(dot)de> wrote:
> INSERT INTO tissue.biopsy (id_biopsy, f_user,introduction_date,
> description, weight, size)
> VALUES
> (
> DEFAULT,
> user,
> in_date,
> in_description,
> in_weight,
> in_size
> );
What happens when you double-quote user in the insert statement?