insert data into table in mysql database

1 Ansicht (letzte 30 Tage)
Munirah Ibrahim
Munirah Ibrahim am 23 Jan. 2020
Kommentiert: Guillaume am 24 Jan. 2020
hello..
i have problem , how can i insert data in specific table in my database through GUI ..
any references to help me!
  7 Kommentare
Munirah Ibrahim
Munirah Ibrahim am 24 Jan. 2020
it is data for register student ,
i get it from matlab gui ..
i want to insert it in student table
Guillaume
Guillaume am 24 Jan. 2020
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by