0 pts.
 Deleting Blank Lines
I have more than 2500 record and apprx 400 blank records here and there (i.e. not continuous)..How can i delete these blank records in one command

Software/Hardware used:
ASKED: September 29, 2006  10:56 AM
UPDATED: September 29, 2006  12:29 PM

Answer Wiki:
ischana, You can write a Select statement that returns all of the records you want to delete. Once you have that statement working correctly, replace the Select clause (Everything before "From") with the word "Delete." That will delete all the records the select statement returned. Hope this helps. Charles
Last Wiki Answer Submitted:  September 29, 2006  12:29 pm  by  CharlesJC   0 pts.
All Answer Wiki Contributors:  CharlesJC   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _