[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT set_of_books_id
FROM gl_sets_of_books
WHERE name LIKE sob_name
AND creation_date
BETWEEN nvl(st_date,creation_date)
AND nvl(en_date,creation_date);