Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Help please

edited February 2008 in General
I would like to convert a string to integer

RB 9.03 Advantage v8.1

SELECT STOCK_LOCATION.ITEM, STOCK_LOCATION.BIN,
STOCK_LOCATION.QTY, CAST(stock_location.bin as integer(10,0))
FROM STOCK_LOCATION STOCK_LOCATION

Many thanks

Antony

Comments

This discussion has been closed.