Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 excel 中编写一个宏来提取 SQL 查询中使用的所有列名和表名。
为此,我想将 SQL 查询放在文本文件或 Excel 文件中,然后我想使用宏提取该 SQL 中使用的所有列和表。我想要 Excel 文件中的最终结果(表和列名)。
我的数据库是甲骨文。
根据您的公司政策,如果您能够运行某些程序,您可以使用 sql developer,运行您的查询,并将结果集导出为 XLS 格式。这会给你你的excel文件。
我正在使用 CodeIgniter 的锚标记来生成链接
这是我在视图中使用的代码:
<?=anchor('blog/post/'.$row->id,$row->title);?>
上面的代码正在渲染 url
<a h