How to enter <...,1> values into table.
I have a table called T1 with fields name and jobno. I need to insert values 1,2, and 3 into the jobno field but they must be entered as: <...,1> <...,2> and <...,3> where the ... represents any value. I've tried many things but nothing is working. Thank you!
|