SQL Reference
READ_TEXT
read_text(path)
Section titled “read_text(path)”- path: File path, list of paths, or glob pattern to read.
Example
Section titled “Example”SELECT filename, content FROM read_text('*.txt');SQL Reference
SELECT filename, content FROM read_text('*.txt');