Constructing master lists of data types hga@xxxxxx (30 Sep 2019 14:51 UTC)
Re: Constructing master lists of data types Lassi Kortela (30 Sep 2019 15:09 UTC)
Re: Constructing master lists of data types hga@xxxxxx (30 Sep 2019 18:00 UTC)
Re: Constructing master lists of data types John Cowan (02 Oct 2019 17:15 UTC)
How to store the master lists of data types hga@xxxxxx (02 Oct 2019 17:52 UTC)
Re: How to store the master lists of data types Arthur A. Gleckler (02 Oct 2019 21:10 UTC)
Re: How to store the master lists of data types Lassi Kortela (02 Oct 2019 21:31 UTC)
Re: How to store the master lists of data types hga@xxxxxx (02 Oct 2019 21:54 UTC)
Re: How to store the master lists of data types hga@xxxxxx (02 Oct 2019 21:42 UTC)
Re: How to store the master lists of data types Arthur A. Gleckler (03 Oct 2019 04:11 UTC)
Re: How to store the master lists of data types hga@xxxxxx (03 Oct 2019 12:27 UTC)
Re: How to store the master lists of data types Lassi Kortela (03 Oct 2019 14:55 UTC)
Re: How to store the master lists of data types Arthur A. Gleckler (03 Oct 2019 15:07 UTC)
Re: Constructing master lists of data types Alaric Snell-Pym (01 Oct 2019 09:11 UTC)
Re: Constructing master lists of data types John Cowan (30 Sep 2019 21:59 UTC)
Re: Constructing master lists of data types hga@xxxxxx (30 Sep 2019 22:14 UTC)
Re: Constructing master lists of data types John Cowan (01 Oct 2019 20:05 UTC)
Re: Constructing master lists of data types Alaric Snell-Pym (02 Oct 2019 16:15 UTC)
Re: Constructing master lists of data types Alaric Snell-Pym (01 Oct 2019 09:33 UTC)

Re: Constructing master lists of data types Alaric Snell-Pym 01 Oct 2019 09:33 UTC
On 30/09/2019 22:58, John Cowan wrote:

> I don't, but I found a couple of articles giving the standard data types of
> SQL 2011 and 2016.

Although reading the ANSI SQL specs is instructive, it does include
weird stuff like:

> are portable.  There is a concept of NATIONAL CHAR vs plain CHAR types, but
> it is not even defined whether these are different encodings, never mind
> which encodings they are.

...so it's also good (and a lot more accessible and readable IMHO) to
read the type documentations of real SQL servers that do real work ;-)

MariaDB: https://mariadb.com/kb/en/library/data-types/

PostgreSQL: https://www.postgresql.org/docs/11/datatype.html

Oracle:
https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT012

SQL Server:
https://docs.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-2017

--
Alaric Snell-Pym   (M7KIT)
http://www.snell-pym.org.uk/alaric/