Skip to content
Advertisement

Put value on table inside variable?

I need to put a filename that is already listed into a table. I need to put the filename to address to access the file.

I already tried this:

I expect @filepath will contain something like this D:romliLockAmount_out123456.txt, how I can store the filename in a table to store in a variable?

Advertisement

Answer

Seeing that you want two different variables : @filename and @filepath, you can assign them on the same query.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement