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 CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by