[V26] Making SQL for my customs [V26]

Antoni0

Member
Jun 10, 2012
129
11
I am making a V26 retro privately for me and my friends, and I have no idea how to code SQL, can somebody help me?
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
All a SQL does is puts a line of something into your database; for example if your table is called 676 you would do this;
Insert into 676
Then you would get the column names for example if the columns are ID and NAME
Insert into 676 (ID,NAME) values (1,JayCustom)
 

Users who are viewing this thread

Top