Tagged Questions
1
vote
1answer
464 views
Running query against SQL Server with FreeTDS's bsqldb returns blank output
Here is the query I ran
select CAST(PageGuid as varchar(max)) + ',' + CAST(TenantGuid as varchar(max)) + '/' + CAST(OriginalFileGuid as varchar(max))
from Pages
This worked with tsql but when run ...