Paul Ljungqvist
Member²
How do I enter a escape char in the SQL window?
E.g, I this query I want to find all cols with a '
SELECT *
FROM user_col_comments
WHERE table_name = 'KSD_DECLMAIN'
AND comments LIKE '''
/
E.g, I this query I want to find all cols with a '
SELECT *
FROM user_col_comments
WHERE table_name = 'KSD_DECLMAIN'
AND comments LIKE '''
/