Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
inserting rows into table
Name: trichyselva Date: April 18, 2006 at 03:25:37 Pacific OS: windows xp CPU/Ram: p4 Product: pentium
Comment:
suppose i have a table with 5 rows i want to insert 2 rows between existing 2nd and 3rd row, is it possible? if so, how to do it?
In a database, the order in which the rows actually reside in the table should be irrelevant, so most databases don't have an easy way to do what you want.
Instead, you should consider using the ORDER BY part of the SELECT statement to retrieve the rows in the order you want, rather than storing them in the order you want.
Summary: Thanks for the responses. The column body contains multiple "http://a.php<br />" strings. I would like to insert all of them from all rows into another table. Each of them should go into it's own r...
Summary: Hi, I'm new with creating Access 2003 db’s and have a question about inputting data. I have a list of equipment (32 pieces), equipment hour readings, date they were taken, etc. The user enters the e...