cancel
Showing results for 
Search instead for 
Did you mean: 
cnjrules
New Contributor III
since ‎04-27-2023
‎06-26-2023

User Stats

  • 3 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

When using the COPY INTO statement is it possible to reference the current file name in the select staement? A generic example is shown below, hoping I can log the file name in the target table.COPY INTO my_table FROM (SELECT key, index, textData, ...