Re: appending INT to a column name in a trigger
tried this but now another error....
SELECT id INTO rowNum FROM b04_reel_data limit 1;
SELECT CAST(rowNum AS CHAR) INTO srowNum;
SELECT 'log_streamer_' + srowNum INTO logName;
Error Code: 1292. Truncated incorrect DOUBLE value: 'log_streamer_'
Subject
Views
Written By
Posted
2606
February 23, 2012 08:34AM
1359
February 23, 2012 08:07PM
1600
February 24, 2012 02:48AM
1391
February 24, 2012 02:54AM
1533
February 24, 2012 03:36AM
1416
February 23, 2012 09:34PM
1661
February 23, 2012 09:47PM
1319
February 23, 2012 09:53PM
Re: appending INT to a column name in a trigger
1765
February 24, 2012 03:43AM
2159
February 24, 2012 09:54AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.