In a standard MS Access SQL query output that does not have any aliases, how do I replace the full names by their “first-letters” aliases?
I have a lot of queries from a bunch of MS Access databases. I read them out and split them into their SQL-blocks by the standard SQL keywords with:
In a standard MS Access SQL query output that does not have any aliases, how do I replace the full names by their “first-letters” aliases?
I have a lot of queries from a bunch of MS Access databases. I read them out and split them into their SQL-blocks by the standard SQL keywords with: