文章列表
select a.table_name, b.comments
from USER_TABLES a, ALL_TAB_COMMENTS b
where a.table_name = b.table_name
and a.table_name = upper('bc_loadfile');
select * from user_tab_columns t where t.TABLE_NAME=upper('bc_loadfile');
select * from user_col_comments t where t.table_name = upper('bc_loadfi ...
我的MyEclipse是5.5的,版本比较低,在网上找了好多的安装方法,都不合适。下面这种方式安装成功:
1.下载本文中的附件freemarker.plugins.eclipse.rar,如我的解压缩到:E:\软件\MyEclipse 插件\ 目录下;
2. 然后在MyEclipse5.5中打开菜单Help->Software Updates->Find And Install,在弹出的窗口中选择“Search for new features to install”选项,然后点击右边的“New Local Site”按钮,选择你下载的附件解压后的文件夹,我的是:E:\软件\My ...