0
I need to create a Mysql statement that takes all the file paths of the files in a specific folder and inserts them into a Mysql table. For example, if my folder is called PastaTeste
, I need something like this on my chart:
C:\PastaTeste\SubPasta1\Arquivo1.pdf
C:\PastaTeste\SubPasta1\Arquivo2.pdf
C:\PastaTeste\SubPasta2\Arquivo3.pdf
C:\PastaTeste\SubPasta3\Arquivo4.pdf
C:\PastaTeste\SubPasta3\Arquivo5.pdf
Is there any way to do this with Mysql? If not, I can export a list of files from mine PastaTeste
for Excel, for example?
Thank you, that worked perfectly for what I was needing!
– Gustavo Hoppe Levin
I’m glad it worked! :)
– bruno