Return the first value of the given iterator. Can be used to select the only value of an SQL query (such as "SELECT COUNT(*) FROM ...").
See Implementation
Return the first value of the given iterator. Can be used to select the only value of an SQL query (such as "SELECT COUNT(*) FROM ...").