Schrift
[thread]3488[/thread]

create table



<< >> 5 Einträge, 1 Seite
Gast Gast
 2004-07-29 17:59
#32467 #32467
kann mir ma einer nen create table beispiel geben , die mysql hilfe bringt mir nicht wirklich was , thx =D
jan
 2004-07-29 18:13
#32468 #32468
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
create table schuhe (id int primary key auto_increment, name varchar(255), art enum('sportschuh', 'businessschuh', 'misc'));
rio
 2004-07-29 18:14
#32469 #32469
User since
2004-05-31
105 Artikel
BenutzerIn
[default_avatar]
genau das wollt ich , thx
rio
 2004-07-29 18:18
#32470 #32470
User since
2004-05-31
105 Artikel
BenutzerIn
[default_avatar]
und am besten jetzt noch wie man fload angibt , zb 000,00 float(0000,0) ?!
foobar
 2004-07-29 21:13
#32471 #32471
User since
2003-08-04
69 Artikel
BenutzerIn
[default_avatar]
Quote
FLOAT[(M,D)] [ZEROFILL]
Eine kleine Fließkommazahl (einfacher Genauigkeit). Kann nicht vorzeichenlos sein. Der Wertebereich umfasst -3.402823466E+38 bis -1.175494351E-38, 0 und 1.175494351E-38 bis 3.402823466E+38. M ist die Anzeigebreite und D ist die Anzahl von Dezimalstellen. FLOAT ohne Argument oder mit einem Argument <= 24 steht für eine Fließkommazahl einfacher Genauigkeit.

[sql]create table test (spalte1 float(2,4))
[/sql]
Guckst du hier: http://dev.mysql.com/doc/mysql/de/Column_types.html
The three chief virtues of a programmer are: Laziness, Impatience and Hubris
[Larry Wall]
<< >> 5 Einträge, 1 Seite



View all threads created 2004-07-29 17:59.