How can we help you today? How can we help you today?

Problem getting the list of table fields.

As I was writing the following query, I tried to use SQL prompt to access the field names for the table. It worked great for the first field, but when i tried to access the list again for the second field, it return an empty list.

Insert Into Table1 (Field1, Field2, Field3)
Values (1,2,3)
dno75
0

Add comment

Please sign in to leave a comment.