![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We'd like to create the MySQL database structure needed to populate with the csv data contained in http://preview.tinyurl.com/airmen-mssql2mysql All the csv data and database structure documentation are at the above link. The sql statements to create the needed tables are written for mssql, but we're hoping for some help or suggestions with translating the statements to MySQL syntax with a minimum of trouble. Will anyone suggest please which freely-available tool they prefer, or perhaps post a sed file that will make the needed changes? Certainly many others must have already met the need? Thank you. |
#3
| |||
| |||
|
|
We'd like to create the MySQL database structure needed to populate with the csv data contained in http://preview.tinyurl.com/airmen-mssql2mysql All the csv data and database structure documentation are at the above link. The sql statements to create the needed tables are written for mssql, but we're hoping for some help or suggestions with translating the statements to MySQL syntax with a minimum of trouble. Will anyone suggest please which freely-available tool they prefer, or perhaps post a sed file that will make the needed changes? Certainly many others must have already met the need? Thank you. |
#4
| |||
| |||
|
|
http://preview.tinyurl.com/airmen-mssql2mysql .... |
|
conversion by hand is a simple task for this 4 tables.... |
#5
| |||
| |||
|
|
On Sat, 29 Jan 2011 18:58:34 +0100, Luuk wrote: http://preview.tinyurl.com/airmen-mssql2mysql ... conversion by hand is a simple task for this 4 tables.... $ wc -l ./eadmspub.sql ; \ grep -ci "create table" ./eadmspub.sql; \ grep -ci "alter table" ./eadmspub.sql 718 ./eadmspub.sql 20 28 Not sure how you arrive at the number "4 tables", but thanks for your reply. My concern is with the syntax differences between the 2 dialects, as seen in the documentation at the above link, e.g.: |


![]() |
| Thread Tools | |
| Display Modes | |
| |