Jump to content

Hostname: Difference between revisions

no edit summary
(Added FreeBASIC)
No edit summary
Line 806:
<lang Smalltalk>OperatingSystem getHostName</lang>
 
=={{header|SQL}}==
{{works with|Oracle}}
<lang sql>
select host_name from v$instance;
</lang>
 
=={{header|Swift}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.