|
-
Nov 6th, 2002, 11:19 AM
#1
Thread Starter
Member
How to insert values without knowing field names
I want to Insert Values into an existing record of an SQL table, without knowing the field names.
Normally I do the following :
"INSERT INTO tblA ([User],[Date]) VALUES ('A','B') WHERE <condition>"
....but in this instance I don't know the field names ([User],[Date]), I merely want to insert the values into the 2nd and 3rd fields.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|