MySQL Forums
Forum List  »  Newbie

How do i display comments i've made in an SQL table?
Posted by: James Crook
Date: August 25, 2016 02:38PM

Hi, i'm just starting out learning SQL and was wondering if someone could help me.

How do i display comments that i have made in a table once the table has been created to explain the purpose of the query?

i.e.

mysql> #insert 5 records into the "treadmills" table
mysql> INSERT INTO treadmills (code, make, model, price) VALUES ("335/1914", "York", "Pacer 2120", 159);
Query OK, 1 row affected (0.01 sec)

This i have taken from hte book i am using to teach my self but how do i get SQL to show me the message #insert 5 records into the "treadmills" table?

Thank you for any assisstance

Options: ReplyQuote


Subject
Written By
Posted
How do i display comments i've made in an SQL table?
August 25, 2016 02:38PM


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.