mip.sql creates schema objects into schema. InstallSeed.cmd loads seed data (pass username, password and database connection string) git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2799 248e525c-4dfb-0310-94bc-949c084e9493
16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
REPLACE
|
|
INTO TABLE filter_types
|
|
FIELDS TERMINATED BY ","
|
|
(
|
|
code
|
|
,DESCRIPTION
|
|
)
|
|
BEGINDATA
|
|
LLS,Low Loss Strainer
|
|
FIU,Fixed in Union
|
|
YT,Y Type
|
|
IL,InLine
|
|
AP,Angle Pattern
|
|
G,Gauze |