wafer 发表于 2023-2-27 14:16:44

In sql server management studio, how to query resultdata column using sql?

sql
Copy code
SELECT Address FROM Customers WHERE City = 'New York'
This will return only the addresses for customers who have a value of "New York" in the City column of the Customers table.

wafer 发表于 2023-2-27 14:17:01

SELECT ResultData FROM dbo.WaferResultData WHERE InspectionTime = '2023-02-27 10:57:24.317'
页: [1]
查看完整版本: In sql server management studio, how to query resultdata column using sql?