The positive integers under divisibility ordering (i.e. $p\le q$ if $p$ divides $q$) form a distributive lattice, but do they also form a complete lattice?
My argument is that whatever subset you take, for example, the subset of all prime numbers, then meet will be $1$ and join will be $\prod_{p=1}^{\infty }p_{i}$
You're right, if you consider the set of all prime numbers then it has no least upper bound.
The same idea show that there is no maximum element for the whole lattice, so it certainly cannot be complete. To see this, suppose for the sake of a contradiction that $N$ is maximum with respect to $\mid$. Write $N = p_1^{n_1}\cdots p_m^{n_m}$ as the prime factorization of $N$, where $p_1,p_2,\ldots,p_n$ are the first $n$ prime numbers. By hypothesis, $p_{n+1} \mid N$, but this is a contradiction.
Note that if we added in $0$ (with the understanding that $a \mid 0$ for every $a$, which is justified if we define our divisibility relation by saying that $n \mid m$ if there exists an integer [not necessarily non-zero] $x$ such that $nx=m$), then we would have a complete lattice. $0$ would be our maximum, and $0$ would also be the join of the set $\{ p \mid \text{$p$ prime}\}$.