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
IOS that support multicast
asp.net: How to bind Images to a ListView from a Database - I have a special need! the Image have already be downloaded
CentOS 5.3: search keyword in array of logs: how?
Panasonic KXTDA100EP Telephone System
Error Creating Web Site: Exception from HRESULT: 0x800710D8
Bulk insert a excel file
SSL Weak Cipher Suites Supported
How do i do PXE Boot using windows 2008 server and Deployment Workbench
How to add a flash screen in vb.net 2005
Special Query in Oracle 10 sqlplus