Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: HOW do I load data with semicolons

Re: HOW do I load data with semicolons

From: Mark Hodges <mark_at_hodges-technologies.co.uk>
Date: Fri, 4 Feb 2000 01:28:10 -0000
Message-ID: <87da1i$njb$1@gxsn.com>


I think you need to quote the semicolon so perl doesn't see it as a statement terminator. Try

$stmt = q!insert into t1(c1) values('xxxxx;'!; Received on Thu Feb 03 2000 - 19:28:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US