This website requires JavaScript.
Explore
Help
Sign In
rainlance
/
ntpa
Watch
1
Star
0
Fork
0
mirror of
https://bitbucket.org/anguist/ntpa
synced
2026-09-26 10:54:04 +00:00
Code
Releases
Activity
Files
aa75c832b6f805f4de39ba0d35b7908bd8564fec
ntpa
/
sql
/
create_test_data.sql
T
4 lines
89 B
SQL
Raw
Normal View
History
Unescape
Escape
Version 0.2 changes
2016-03-05 15:25:01 +01:00
USE
ntpa
;
INSERT
INTO
host
(
ip
,
name
,
orgId
)
VALUES
(
'0.0.1.1'
,
'ntp1.innolan.dk'
,
23
);
Copy Permalink