I currently have a query that is pulling a list of tables from sysobjects based on a where clause. From these tables, I need to only output the ones that contain a certain value for one column in particular. I tried keeping my original query a
↧