phpbar.de logo

Mailinglisten-Archive

Re: NULL - Values bei Zahlen
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NULL - Values bei Zahlen



Hi Dieter,

> Doch es wird 0 eingefügt, nicht NULL. Was ist hier falsch??

MySQL-Manual, Kapitel 7.16:
---*snip*---
Handling of NULL values varies, depending on the FIELDS and LINES
options you use: 

For the default FIELDS and LINES values, NULL is written as \N for
output and \N is read as NULL for input (assuming the ESCAPED BY
character is `\'). 
---*snap*---

Also machst du jetzt folgendes: Du musst einfach jedes Auftreten von §§
durch §\N§ ersetzen, am besten mit dem sed.

sed -e 's/§§/§\\N§/g' -e 's/§§/§\\N§/g' ggw.unl > newggw.unl

Und dann funzt das :)
Wenn du genaueres zu dem sed-Syntax wissen willst, konsultiere bitte man
sed.


> -----Original Message-----
[fullquote entsorgt]

Dottore! *hüstel* -> http://learn.to/quote

Gruß Jan

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive