Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

URL_DEFAULT_PORT(<URLĀ string>)

Description

Gets the default port number of the protocol associated with this URL.

Examples

Column1URL_DEFAULT_PORT returns

http://www.datameer.com

80

ftp://ftp.datameer.com

21

gopher://gopher.datameer.com

70

https://www.datameer.com

443

file:///file.txt

-1
  • No labels