News

/* 1.write a SQL query to locate the details of customers with grade values above 100. Return customer_id, cust_name, city, grade, & salesman_id.*/ /* 2. Write a SQL query to find all the customers in ...
I'd assume you'd use something like "instr ('abc', foob)" and convert the result > 0 into boolean. I'll be damned if I can find a good example though.<BR><BR>Uh, or CHARINDEX or POSITION or ...