sqlite test

master
xieguigang 5 years ago
parent f81ab9e69a
commit 864882c15f

@ -1,4 +1,4 @@
FROM x AS row
FROM x as row
IN "E:\GCModeller\src\runtime\Darwinism\LINQ\test\data.csv"
WHERE x.PeakQuality >= 0.999
SELECT x.LipidIon,

@ -1,2 +1,6 @@
imports "Sqlite3"
FROM x as table("GenePathways")
IN "E:\GCModeller\src\runtime\Darwinism\LINQ\test\xcc.db"
WHERE x.pid = 11
ORDER BY x.gid

Binary file not shown.
Loading…
Cancel
Save