Advertisement
Guest User

Untitled

a guest
May 29th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. select * from fixed_ips where address = "172.16.65.4";
  2. +---------------------+---------------------+------------+---------+------+-------------+------------+-------------+-----------+--------+----------+----------------------+------+
  3. | created_at | updated_at | deleted_at | deleted | id | address | network_id | instance_id | allocated | leased | reserved | virtual_interface_id | host |
  4. +---------------------+---------------------+------------+---------+------+-------------+------------+-------------+-----------+--------+----------+----------------------+------+
  5. | 2012-05-16 09:29:40 | 2012-05-29 22:29:56 | NULL | 0 | 1285 | 172.16.65.4 | 6 | 53 | 0 | 0 | 0 | NULL | NULL |
  6. +---------------------+---------------------+------------+---------+------+-------------+------------+-------------+-----------+--------+----------+----------------------+------+
  7. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement