Skip to content

Returns the MySQL protocol version of StarRocks.

func.version()
func.version()
┌─────────┐
'5.1.0'
└─────────┘
VERSION()
SELECT VERSION();
┌───────┐
5.1.0
└───────┘