Need help with MySQL
#5

Insert ..
Ex:
INSERT INTO tblname VALUES (v1,v2,v3,etc) ..
Or if you want to specify the columns name
INSERT INTO tblname (cl1,cl2,etc) VALUES (v1,v2,etc)
Reply


Messages In This Thread
Need help with MySQL - by Penki4a - 17.11.2012, 13:33
Re: Need help with MySQL - by Vince - 17.11.2012, 14:05
Re: Need help with MySQL - by Penki4a - 17.11.2012, 14:15
Re: Need help with MySQL - by Penki4a - 17.11.2012, 14:50
Re: Need help with MySQL - by InfiniTy. - 17.11.2012, 14:55
Re: Need help with MySQL - by Penki4a - 17.11.2012, 17:45

Forum Jump:


Users browsing this thread: 3 Guest(s)