Hello there, can anyone help me out with this problem? How to Query this:

My query code:

My query code:
Code:
SELECT TOP 1000 [WireID] ,[PadNo] ,[Pattern] ,[Tester] FROM [WLSystem].[dbo].[TblR8Pure] ORDER BY LEN(Tester), Tester ASC GO
Comment