Hi all,
I have a scenario here. I have table column called filenames. I want to write a query that will return all the rows of that table where the file name exists in the system.
Something like:
SELECT * from tab_files where filename EXISTS.
I know I can use xp_fileexist but I dont know how to use it with sql.
Can someone help me please?
Siva
Sivakumar Kandaraj
System Administrator,Web Programmer
Melbourne
Australia.
I have a scenario here. I have table column called filenames. I want to write a query that will return all the rows of that table where the file name exists in the system.
Something like:
SELECT * from tab_files where filename EXISTS.
I know I can use xp_fileexist but I dont know how to use it with sql.
Can someone help me please?
Siva
Sivakumar Kandaraj
System Administrator,Web Programmer
Melbourne
Australia.