FYI mysql select query get values into filepro

Richard D. Williams richard at appgrp.net
Wed May 22 07:26:13 PDT 2019


Linux version;

fa="/tmp/MYSQL_DATA.txt"
w="mysql --user=username --password=password -N -e \"SELECT * FROM 
tablename;\" database >"<fa;
system w

Produces a tab delimited file in /tmp/MYSQL.txt.
Then use an import to get it.

-N removes the header.


---
This email has been checked for viruses by AVG.
https://www.avg.com



More information about the Filepro-list mailing list