Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I want to use the following select:select isnull(rtrim(FilePath),'\') from tab_doc_repository where docid=0when i pass zero the result is nothing when it is nothing i want to show just this '\', is it possible?Thanks for the helpful info.