MySQL stored procedures | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

MySQL stored procedures

anyone able to give me proper syntax for a stored procedure when trying to insert a row. the table only has two columns.

7th Nov 2016, 3:09 AM
jesse
jesse - avatar
1 Antwort
0
insert into table_name (colume1,colume2) values (value1,value2); it will insert value1 and value2 in colume1 and colume2 contains by table_name.
7th Nov 2016, 6:01 AM
Aditya kumar pandey
Aditya kumar pandey - avatar