Joining Files and Tables with trdsql
Posted on:
By connecting to a database where a table already exists, you can also join files and tables.
For example, if there is a table called fruits in the database, you can join it with the previous abc.csv.
For example, if there is a users table on the database and the list you want to extract is a CSV file, you would consider listing it with WHERE user IN (…), but with trdsql, you can directly join and extract it.
list.csv
users table
Conversely, it is also possible to add information from a database table to a CSV file.