View Full Version : browing filter در pl/sql
pooneh_ce
شنبه 17 بهمن 1388, 17:20 عصر
چطور در pl/sql در بخش browsing filter( where clause ) می شه view هایی که data ندارد را فیلتر کرد؟
aidin300
سه شنبه 27 بهمن 1388, 14:58 عصر
سلام
داخل فایل راهنمای این ابزار نوشته که فقط میشه از ستون های ویوی ALL_OBJECTS برای ایجاد فیلتر استفاده کرد و این ویو ستونی مشابه NUM_ROWS نداره و این امکان رو ارائه نمی کنه
Where clause.
A filter defines a select statement on the all_objects (or dba_objects) view. The where clause can be used to restrict the result set of this select statement. You can use the following columns:
owner - the owner of the object
object_name - the name of the object
object_type - the type of the object (TABLE, VIEW, PACKAGE, and so on)
status - the status of the object (VALID or INVALID)
created - the date/time that the object was created
last_ddl_time - the date/time that the object was most recently compiled
Order by clause.
Use the columns from the all_objects view to order the objects in the Object Browser.
babila
چهارشنبه 28 بهمن 1388, 08:04 صبح
می تونی با یک FUNCTION ویو های بدون دیتا رو استخراج کنی و درWHERE استفاده کنی
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.