Harrelson, CulleyX writes:
> Is there any difference between varchar and text other than varchar places a
> cap on the number of characters?
Varchar is SQL compliant, Text is not. You can use Varchar without a
character limit, but that is not SQL compliant either.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/