Home > other >  SELECT query based on given attribute value
SELECT query based on given attribute value

Time:11-06

I have a simple query that isn't working.

select * 
from table 
where '"Name (xyz)"' LIKE '           
  • Related