Guest_imported
New member
- Jan 1, 1970
- 0
Hello!
I'm trying to find out how to insert a new row into a data table. I'm using cloudview. I know you can select the table, go to the data tab and hit +. But, if I want to code it in the code window, what would I write?
insert into <tablename> (value1, value2, value3)
or something like that?
I need this for a project due today! Any help would be greatly appreciated!
I'm trying to find out how to insert a new row into a data table. I'm using cloudview. I know you can select the table, go to the data tab and hit +. But, if I want to code it in the code window, what would I write?
insert into <tablename> (value1, value2, value3)
or something like that?
I need this for a project due today! Any help would be greatly appreciated!