Ticket #1499: ReadData.sh

File ReadData.sh, 186 bytes (added by anasiri, 7 years ago)

Reads the data using rasql

Line 
1#!/bin/bash
2
3rasql --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"
4cat test.csv
5rm test.csv