insert data into table in mysql database

1 visualización (últimos 30 días)
Munirah Ibrahim
Munirah Ibrahim el 23 de En. de 2020
Comentada: Guillaume el 24 de En. de 2020
hello..
i have problem , how can i insert data in specific table in my database through GUI ..
any references to help me!
  7 comentarios
Munirah Ibrahim
Munirah Ibrahim el 24 de En. de 2020
it is data for register student ,
i get it from matlab gui ..
i want to insert it in student table
Guillaume
Guillaume el 24 de En. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by