| Author |
Select query with order by is not working on CSV file
|
Vikram Kamate
Greenhorn
Joined: Sep 28, 2002
Posts: 16
|
|
Hi All, I have data in CSV file. I opened JDBC connection on CSV and I am able read data from CSV file using simple select query, it works fine. but now I want to add "order by" in same query and that is not working. Thankx in advance. Cheers Vikram
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
|
We need more info to help us help you. What does "not working" mean? Is an exception thrown? If so, what is it?
|
 |
 |
|
|
subject: Select query with order by is not working on CSV file
|
|
|