d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Someone That Knows Sql
12Next
Add Reply New Topic New Poll
Member
Posts: 31,343
Joined: Aug 3 2009
Gold: 0.66
Aug 18 2014 02:21pm
If you're given a dataset and are required to pull out specific parts of relevant data, what is the best way to go about it?

Will pay for decent answers
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Aug 18 2014 02:24pm
Quote (WesWelker @ Aug 18 2014 03:21pm)
If you're given a dataset and are required to pull out specific parts of relevant data, what is the best way to go about it?

Will pay for decent answers


This is way too vague to give an answer. What's the exact problem you are trying to solve and what data/tables are you trying to manipulate?
Member
Posts: 31,343
Joined: Aug 3 2009
Gold: 0.66
Aug 18 2014 02:32pm
I don't have a specific data set or task. It's just a general question.
Like writing scripts that can take apart a file n create little files based on the original
Member
Posts: 88
Joined: Jun 22 2014
Gold: 0.00
Aug 18 2014 02:43pm
Quote (WesWelker @ Aug 18 2014 01:32pm)
I don't have a specific data set or task. It's just a general question.
Like writing scripts that can take apart a file n create little files based on the original


You don't need SQL to do that. Shell script / stream editor can do that.

If you have an actual database, then there is a standard query language with vendor-specific extensions that lets you do what you ask.

This post was edited by just_shotmikew2 on Aug 18 2014 02:44pm
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Aug 18 2014 02:43pm
Quote (WesWelker @ Aug 18 2014 12:32pm)
I don't have a specific data set or task. It's just a general question.
Like writing scripts that can take apart a file n create little files based on the original


Are we talking about SQL files?
Member
Posts: 31,343
Joined: Aug 3 2009
Gold: 0.66
Aug 18 2014 02:50pm
Quote (just_shotmikew2 @ Aug 18 2014 03:43pm)
You don't need SQL to do that. Shell script / stream editor can do that.

If you have an actual database, then there is a standard query language with vendor-specific extensions that lets you do what you ask.


What is the specific standard language?

Quote (SelfTaught @ Aug 18 2014 03:43pm)
Are we talking about SQL files?


Yes. The data is extracted from mutual and hedge funds and they have to be broken down to find specific info
Member
Posts: 88
Joined: Jun 22 2014
Gold: 0.00
Aug 18 2014 02:52pm
Quote (WesWelker @ Aug 18 2014 01:50pm)
What is the specific standard language?


SQL.
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Aug 18 2014 03:13pm
Quote (WesWelker @ Aug 18 2014 12:50pm)
What is the specific standard language?



Yes. The data is extracted from mutual and hedge funds and they have to be broken down to find specific info


Could you give us sample data from one of these files or a generic example, and explain what needs to be extracted etc? It'll be much easier for us to understand whats going on.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Aug 18 2014 05:42pm
how about you give a small sample in a google spreadsheet with different tabs as necessary, then provide a few sample outputs of stuff you'd like to filter along with explanations of how you got it

Small sample = 10 rows of data, 1-5 tabs. don't pour out millions of rows and hundreds of tabs for us.
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Aug 19 2014 09:09am
Just import the SQL data into a db and use SELECT? LOL.

This post was edited by HighschoolTurd on Aug 19 2014 09:09am
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll