Hi
I am new to DB2 and need your help
Please help with the SQL statement to select all records that have PROD in the body of the Description field
In Access I would write this:
SELECT * FROM TABLE1 WHERE DESCRIPTION LIKE '*PROD*'
But that does not seem to work in DB2
Please help
I am new to DB2 and need your help
Please help with the SQL statement to select all records that have PROD in the body of the Description field
In Access I would write this:
SELECT * FROM TABLE1 WHERE DESCRIPTION LIKE '*PROD*'
But that does not seem to work in DB2
Please help