priyam
08-28-2008, 03:16 AM
Hi i am using the following quesry to pick up data from product_no field in my database which has values "test" and "123" only
"SELECT * FROM report WHERE product_no LIKE 't%'
the field product_no has data type text.
but the above quesry is giving error
Please help!!
"SELECT * FROM report WHERE product_no LIKE 't%'
the field product_no has data type text.
but the above quesry is giving error
Please help!!