Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
BLarche
Starting Member
21 Posts |
Posted - 2014-04-04 : 19:06:48
|
I have a string stored in field v_images in table tbl_DealerFeed_temp. This string is split by the "|" character. I want to create a SQL query to grab this string, split it, and insert it into tbl_Vehicles_photos. I also need to pass the value d_id into the photos table:tbl_Vehicles_photos:vp_id, d_id, vp_image_nameThe vp_id is the unique ID. I need to populate the d_id and vp_image_name field with my values.Any ideas? |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
|
|