Welcome
Guest
, you are in:
<root>
•
Anmelden
CP Wiki
Navigation
¶
CP Solutions
Startseite
domizil+
Startseite
Administration
Administration
Neue Seite
Alle Seiten
Kategorien
Navigations-Pfade
Datei Manager
Neuer Benutzer
Suche im wiki
»
Zurück
SQL-Anweisung zur *.csv Importierung
Modified on 16/06/2009 16:43
by Manuel Siebert
Categorized as
Plattform
((([image| |http://www.cp-austria.at/website/DesktopModules/Wiki/images/Home.gif|MainPage] » [MainPage|Startseite] » [netFramePlattform|netFrame als Plattform Menü] » [TippsundTricks|Tipps und Tricks] » SQL-Anweisung zur *.csv Importierung | {searchbox} [Search.aspx?FullText=1|Erweiterte Suche]))) {BR} '''1.''' Dieses Beispiel zeigt wie mann eine .csv in eine '''SQL''' importiert. {BR} {BR} <code sql>-- ACHTUNG DECIMAL WERTE MIT EINEM . TRENNEN UND OHNE TAUSENDER Separator in einer CSV DROP TABLE net_temp_afa CREATE TABLE net_temp_afa ( Kto int, AnlageNr varchar(20), Anschaffungs_Monat int, Anschaffungs_Jahr int, Anschaffungs_Kosten decimal(18,2), Buchwert_3112 decimal(18,2), kum_Abschr decimal(18,2) ) SELECT * FROM net_temp_afa BULK INSERT net_temp_afa FROM 'c:\afa.csv' WITH ( FIELDTERMINATOR = ';', ROWTERMINATOR = '\n', CODEPAGE = 'RAW' ) GO</code>
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.