yassinemannai
Programmer
Hi,
Can i insert a tuple in a table like this ligne of code:
insert into test(1,5,6) values (12,'yassine','mannai');
in the place of this :
insert into test(id,prenom,nom) values (12,'yassine','mannai');
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.