d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Someone That Knows Sql
Prev12
Add Reply New Topic New Poll
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Aug 19 2014 09:57am
if someone gives you a math problem, and you are required to solve it, how do you go about it?
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Aug 19 2014 10:53am
Quote (0n35 @ 19 Aug 2014 08:57)
if someone gives you a math problem, and you are required to solve it, how do you go about it?


Look up tutorials, do steps by steps.
Member
Posts: 6,562
Joined: Oct 29 2007
Gold: 4.00
Aug 19 2014 05:49pm
Code
SELECT stuff FROM tablename WHERE something = somethingelse;


extract data using whatever language
Member
Posts: 3,447
Joined: Jun 18 2004
Gold: 688.00
Aug 20 2014 04:34am
Probably the fastest way is to make a copy of the DB and then use DELETE * FROM xxx WHERE xxx = xxx and you get only the extraction as a result (by deleting all the rest that you dont need)
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Aug 20 2014 08:49am
Or if you're MYSQL illiterate just import the db into phpmyadmin or something and get the data from there.
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Aug 22 2014 02:06pm
Quote (HighschoolTurd @ Aug 20 2014 09:49am)
Or if you're MYSQL illiterate just import the db into phpmyadmin or something and get the data from there.


Or if you're not just generally illiterate you could bother to read the thread before you mash the reply button.
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll