insert data into table in mysql database

1 回表示 (過去 30 日間)
Munirah Ibrahim
Munirah Ibrahim 2020 年 1 月 23 日
コメント済み: Guillaume 2020 年 1 月 24 日
hello..
i have problem , how can i insert data in specific table in my database through GUI ..
any references to help me!
  7 件のコメント
Munirah Ibrahim
Munirah Ibrahim 2020 年 1 月 24 日
it is data for register student ,
i get it from matlab gui ..
i want to insert it in student table
Guillaume
Guillaume 2020 年 1 月 24 日
What is the SQL statement you're going to be using?
If the answer to that is you don't know. I'm afraid you're not really in the right forum. It's a SQL question not a matlab question. However, if you don't know SQL and are planning to work with a database, your best course of action is to actually learn it. You will struggle if you need to ask people to do it for you all the time.
In any case, you need to formulate your question a lot better. We don't care that the data is for registering student. What's needed is:
  • The table schema, or at the very list, the columns to which you want to add data (and possibly their type). If you don't understand this sentence, back to my first point, start by learning SQL
  • Which variables (names and types) you want to insert.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by