I have csv files that I use for my database. They all have the same field names (FName, LName, Address) but are created 2 or more times a month. I end up with files named 12Jun03.txt, 17Jun03.txt, and 23Jun03.txt.
I can use each file name just like table name. Is there a way to write an SQL statement that will get the FName, LName, and Address from all 3 files (tables)? Is this what JOIN is used for? Or am I writing this to the wrong forum.
Thanks in advance!
I can use each file name just like table name. Is there a way to write an SQL statement that will get the FName, LName, and Address from all 3 files (tables)? Is this what JOIN is used for? Or am I writing this to the wrong forum.
Thanks in advance!