selectCount

fun selectCount(alias: String = ""): Select(source)

SELECT COUNT(*)

Parameters

alias

optional alias for count

See also