Tuesday, 13 March 2018

Microsoft SQL Count Rows In Image Column

Microsoft SQL Count Rows In Image Data Type Column

select count(*) as Count_Image_Column from (
SELECT [Product] as Image_Column
FROM [test].[dbo].[options on fx majors] where product is not null) as tb;

No comments:

Post a Comment