Description
This table contains a single UInt64 column namedprime that contains prime numbers in ascending order, starting from 2.
You can use this table for tests, or if you need to do a brute force search over prime numbers.
Reads from this table are not parallelized.
This is similar to the primes table function.
You can also limit the output by predicates.