MySQL Forums
Forum List  »  Newbie

Re: Creating a sql query
Posted by: Phillip Ward
Date: February 18, 2015 07:07AM

Hopefully, you've had some experience of typing things like "create table ..." into a program (possibly even the mysql command-line client) and having something happen.
Queries are much the same except that they send you data back, instead of just a "Yes" or "No (and here's why not)" response.

OK, we're good around here, but we're not psychic.

What do your tables look like? ("Show create table X \g").
Which toolset are you using (mysql command-line utility, MySQL Workbench, etc., etc.).

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
February 17, 2015 10:34PM
Re: Creating a sql query
February 18, 2015 07:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.