Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I have three csv files which have the same file name and different suffix in the same directory. How to access those files?

0
Posted

I have three csv files which have the same file name and different suffix in the same directory. How to access those files?

0

For instance, you can use create table “a.txt” (_CSV_Header boolean default true);create table “a.lst” (_CSV_Header boolean default false, _CSV_Separator char(1) default ‘\t’ );create table “a.csv” (_CSV_Comment longvarchar default 3 ); select * from “a.txt” as atxt,”a.lst” as alst, “a.csv” as acsv

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123