findPinCodes

@Query(value = " SELECT pin_code FROM queue WHERE pin_code IS NOT NULL; ", nativeQuery = true)
abstract fun findPinCodes(): List<String>

Returns list of existing pin codes