SQL Language (MOSC)

MOSC Banner

Help!!!!! with this query

edited Jan 7, 2014 9:05AM in SQL Language (MOSC) 8 commentsAnswered
Hello everyone

select this_.id as id15_0_, this_.creation_date as creation2_15_0_, this_.last_modified as last3_15_0_, this_.advanced_batch_class as advanced4_15_0_, this_.curr_user as curr5_15_0_, this_.batch_class_description as batch6_15_0_, this_.identifier as identifier15_0_, this_.is_deleted as is8_15_0_, this_.last_modified_by as last9_15_0_, this_.batch_class_name as batch10_15_0_, this_.priority as priority15_0_, this_.process_name as process12_15_0_, this_.unc_folder as unc13_15_0_, this_.batch_class_version as batch14_15_0_ from batch_class this_ where this_.id in (/* criteria query */ select distinct this_.id as y0_ from batch_class this_ inner join batch_class_groups assignedgr1_ on this_.id=assignedgr1_.batch_class_id where assignedgr1_.group_name in ()) and (this_.is_deleted is null or this_.is_deleted=?) order by this_.id asc];

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center