sql拾忆sql整理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql拾忆sql整理相关的知识,希望对你有一定的参考价值。

1)host转化为ip

select t1.host,t2.ip from hosts t1,interface t2 where t1.hostid=t2.hostid and t1.host in('iems-http001.prd.bx','iems-http002.prd.bx');

2)获取主机链接板

SELECT a.hostid,a.ip,b.templateid,c.name,c.status from interface a,hosts_templates b,hosts c where a.hostid=b.hostid and b.templateid=c.hostid and a.ip in ('192.168.10.12');


以上是关于sql拾忆sql整理的主要内容,如果未能解决你的问题,请参考以下文章

Microsoft SQL Server 代码片段收集

sql Oracle代码片段

以下代码片段是不是容易受到 Rails 5 中 SQL 注入的影响?

sql 日期转换代码片段 - Dato,120,konvertere

缺少 SQL SERVER 2014 代码片段

sql [SQL查询片段]用于在命令行或通过R和其他工具使用SQL的快速代码段#tags:sql,R,text processing,命令li