Skip to content
Advertisement

Tag: tsql

need to have data till 3 dots in SQL

I am having data query with me it gives version of windows update DECLARE @variable VARCHAR SET @variable = ‘Windows client Update’ SELECT DISTINCT (v_GS_WINDOWSUPDATEAGENTVERSIO.Version0) AS …

TSQL query with aggregated data

I have a query that returns the min, max, avg and total for two different products. The client however wants the min, max, avg and total combined for both products. However I have an undesired result …

Advertisement