dieselBREATH
Technical User
SQL is new to me, but I have need to use it I think.
I have data that is in the form of an access data base. Can I use SQL to retrieve certain data, and manipulate and export that data in the form of a comma delimeted asci text file? In addition, can I insert information like extra comas (representing blank feilds) or default values? Here is an example:
Data Base
f_name L_name user_ID job qty date
John Doe 232 12345 10 08/23/01
Jane Doe 233 78910 28 08/27/01
Sid Martin 111 99999 33 08/28/01
Result:
08/23/01,232,,,default,, 12345,1-plot,,10
08/27/01,233,,,default,, 78910,1-plot,,28
08/28/01,111,,,default,, 99999,1-plot,,33
So, is this possible? If so, where would be a good place for a beginner to learn to do this? Obviously, I have an important project that I need this for. I have a month to complete this starting from 8/1/2001. Thanks to everyone who will help!
Diesel Breath
balbaugh@columbus.rr.com
I have data that is in the form of an access data base. Can I use SQL to retrieve certain data, and manipulate and export that data in the form of a comma delimeted asci text file? In addition, can I insert information like extra comas (representing blank feilds) or default values? Here is an example:
Data Base
f_name L_name user_ID job qty date
John Doe 232 12345 10 08/23/01
Jane Doe 233 78910 28 08/27/01
Sid Martin 111 99999 33 08/28/01
Result:
08/23/01,232,,,default,, 12345,1-plot,,10
08/27/01,233,,,default,, 78910,1-plot,,28
08/28/01,111,,,default,, 99999,1-plot,,33
So, is this possible? If so, where would be a good place for a beginner to learn to do this? Obviously, I have an important project that I need this for. I have a month to complete this starting from 8/1/2001. Thanks to everyone who will help!
Diesel Breath
balbaugh@columbus.rr.com