help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

octave-swig-database-1.0.4 - data entry into database table


From: richard
Subject: octave-swig-database-1.0.4 - data entry into database table
Date: Sun, 10 Feb 2013 20:13:09 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hi all, 

Getting data from a table seems simple when compared with
output of data from octave into a table. As a first attempt 
something like this might work except postgres wants 
newlines and octave dislikes backslashes. 

> sql("copy rome001 (year, l_pay, legion_pay, legions, Army_pay) from stdin;  3 
> 4 5 6 7 \."); 

Has anyone used something similar to this successfully? 

TIA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]