Jump to content

insert values


gple

Recommended Posts

I have a bunch of information that I want to insert into a table

 

insert into TABLE values ('hello','I','am','lost');

 

pretend that the words that are being inserted are coming from a form for another page. In he case I above I have declared that the table has four columns to insert into. What if I do not know how many columns there are?

Link to comment
Share on other sites

This is what the situation is: I am building a page that reads how many columns are in a table. Depending on how many columns,  a form is created to input data into each of those columns. Then I pass the data to another page which inserts it into the table. But the question is this:

 

I need to create an insert statement dynamically depending on how many columns there are.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.