Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Roadmap
View Tickets
Search
Patch Manager
Context Navigation
Back to Ticket #1499
Ticket #1499
: ReadData.sh
File ReadData.sh,
186 bytes
(added by
anasiri
,
8 years ago
)
Reads the data using rasql
Line
1
#!/bin/bash
2
3
rasql --out file --outfile
test
--query
"select csv(marray x in [1:10, 0:23] values (c[2016, 12, x[0], x[1], 50, 450, 450])) from MemTestData as c"
4
cat test.csv
5
rm test.csv
Download in other formats:
Original Format