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;

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