Microsoft
Software
Hardware
Network
Question : Adding extra characters to an output.
Hey guys,
I would like some help on suffixing information to the results of a column from a query in access 07..
for example:
query example --
SELECT price, category, item_image
FROM table_name
before --
9.99, electronic_item, item_image.jpg
after --
9.99, electronic_item, item_image_90.jpg
What I'm looking for is to have for e.g "_90" suffixed or put in behind of all image records that are produced from the query results..
thx in advance
Answer : Adding extra characters to an output.
make it more simplify:
SELECT price, category, REPLACE(item_image,".JPG",
"_09.JPG" as Item_name
FROM table_name
Random Solutions
Continuous Forms colour change by time
Create linked server from MS Sql to oracle server
Excel Convert Text to Number
Mac RDP clients slow?
Hyper v full Installation remote administration issues
troubleshooting easy vpn remote
Extremely slow access to Redirected Folders in SBS2008 with XP Pro clients
Removing rollOver and rollOut handlers on movieclips
SBS 2008 strange issue
Top view (2D) Battleship following the mouse cursor (with bearing and limited turning speed)