Strutture dati e database/Linguaggio SQL: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
→‎Tipi di dati gestiti da MySQL: conversione di File:Decimali.gif in tabella e modifiche minori
Riga 174:
'''Stringhe multimediali'''
 
{| class="wikitable"
[[Immagine:Multimedia.gif]]
|-
| rowspan="4" style="vertical-align:top" | '''TEXT''' nelle varianti:
| TINYTEXT || bytes 2<sup>8</sup>-1
|-
| TEXT || bytes 2<sup>16</sup>-1
|-
| MEDIUMTEXT || bytes 2<sup>24</sup>-1
|-
| LONGTEXT || bytes 2<sup>32</sup>-1
|-
| rowspan="4" style="vertical-align:top" | '''BLOB''' nelle varianti:
| TINYBLOB || bytes 2<sup>8</sup>-1
|-
| BLOB || bytes 2<sup>16</sup>-1
|-
| MEDIUMBLOB || bytes 2<sup>24</sup>-1
|-
| LONGBLOB || bytes 2<sup>32</sup>-1
|}
 
Mentre TEXT significa solo "testo", il termine BLOB è acronimo di: Binary Large OBject. I campi di questo tipo vengono gestiti in modalità binaria.