Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load even rows of a file

Hi!

I would like to load only even rows of a file, is it possible to do this?

Thanks!

1 Reply
swuehl
MVP
MVP

Try

LOAD ... FROM ... where even(recno());