Viewing 5 posts - 1 through 6 (of 6 total)
Thanks....I was also trying other ways and also came up with this and it works too
SELECT ACC_Code = LTRIM(LTRIM(SUBSTRING(ACC_Code + '_', 0 + 1,CHARINDEX('_', ACC_Code + '_', 0 +...
November 11, 2009 at 9:34 am
I want to move this code to informix as well. Can CTEs work when you use sql fro informix ?
-- Create test Table
IF OBJECT_ID('tempdb..#Test') IS NOT NULL
DROP TABLE #Test
GO
CREATE...
October 12, 2009 at 3:27 pm
Thank you guys... I now understand....
October 12, 2009 at 2:34 pm
The rules for this is that loanref is distinct and should look like the result set in the excel spreadsheet
October 12, 2009 at 12:19 pm
l would like an axample script.Thx in advance
November 3, 2004 at 10:13 am
Viewing 5 posts - 1 through 6 (of 6 total)