A
Anne Lam
A text field of Table A is copied to a numeric (decimal)
field of Table B via an INSERT statement embeded with a
SELECT statement. How do I do the conversion in the
SELECT statement?
TableA: "1.1"
TableB: 1.1
field of Table B via an INSERT statement embeded with a
SELECT statement. How do I do the conversion in the
SELECT statement?
TableA: "1.1"
TableB: 1.1