Preview:
SELECT
	dbo.tbl_lab_setup_Test.Test_Code,
	dbo.tbl_lab_setup_Test.Test_Name
FROM
	dbo.tbl_lab_setup_Test_Profile
INNER JOIN dbo.tbl_lab_setup_Test ON dbo.tbl_lab_setup_Test.Test_Code = dbo.tbl_lab_setup_Test_Profile.Test_Item_Code

WHERE
	dbo.tbl_lab_setup_Test_Profile.Test_Profile_Code = ---'CH1020'
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter