Search Results

Search: Posts Made By: JSNY
5,320
Posted By JSNY
Using shell scripting for making queries on postgres sql
I have a situation where I have a list of airplanes that make a series of flights.

Therefore I am looking up the different flights that each airplane makes based on a postgres sql query:
...
6,902
Posted By JSNY
taking array values for a new query
As I have previously mentioned I have a postgres sql statement:

I have a postgres sql statement that is the following:

select age from students;

which gives me the entries:

Age
---
10...
6,902
Posted By JSNY
Taking information from a postgres sql query and putting it into a shell script array
I have a postgres sql statement that is the following:

select age from students;

which gives me the entries:

Age
---
10
15
13
12
9
14
10

which is about 7 rows of data.

Now...
1,585
Posted By JSNY
Reading in data that has spaces in it.
I have a csv file called template.csv which has the following data

Name, Age, Height

Jessica Jesse, 18, 150

Now what I want to do is use a shell script to read the name age and height which...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy