mattmontalto
IS-IT--Management
This one is probably a no-brainer for the sql guru's here, but I am a bit of a novice and do know how to do this....
I need to create a query that will pull fields from another db's table but also take 3 fields and combine them into one.. for example, I need to take 4 fields: "address", "City", "state", and "zip" and combine them into one field and insert a comma between address and city and between city and state. and a space between state and zip.
can anybody tell me how I can go about this?
I need the query to either create a table from this or update a table from this.... thank you in advance for the help..
I need to create a query that will pull fields from another db's table but also take 3 fields and combine them into one.. for example, I need to take 4 fields: "address", "City", "state", and "zip" and combine them into one field and insert a comma between address and city and between city and state. and a space between state and zip.
can anybody tell me how I can go about this?
I need the query to either create a table from this or update a table from this.... thank you in advance for the help..