pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] dw_dev_training2012-01-04 06:09 pm
Entry tags:

Question thread #4

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer.
wychwood: chess queen against a runestone (Default)

MySQL learnings

[personal profile] wychwood 2012-01-05 11:41 am (UTC)(link)
If I want to learn some MySQL - specifically, I want to be able to query information from a pre-existing database, rather than doing anything active to a database - where is the best place to look? This is for work (though I'm hoping it might be transferrable to DW!), and they can't provide me any training but are happy to buy me a book or two. What are the best ones to buy? Is there a great free online training site I should know about? Etc.
pne: A picture of a plush toy, halfway between a duck and a platypus, with a green body and a yellow bill and feet. (Default)

Re: MySQL learnings

[personal profile] pne 2012-01-05 01:45 pm (UTC)(link)
For basic querying, you might be fine with just a generic book on SQL, which will stand you in good stead if you need to talk to other databases, too.
wychwood: chess queen against a runestone (Default)

Re: MySQL learnings

[personal profile] wychwood 2012-01-05 05:15 pm (UTC)(link)
Do you have any good suggestions for a suitable generic book?
pne: A picture of a plush toy, halfway between a duck and a platypus, with a green body and a yellow bill and feet. (Default)

Re: MySQL learnings

[personal profile] pne 2012-01-05 05:33 pm (UTC)(link)
I'm afraid not, no. I learned SQL ages ago, mostly on the job and picking it up a bit at a time, rather from a book.
cesy: "Cesy" - An old-fashioned quill and ink (Default)

Re: MySQL learnings

[personal profile] cesy 2012-01-25 10:29 pm (UTC)(link)
It's been a while since I started from scratch, but a quick Google should cover the basic commands like SELECT and WHERE.