Viewing 7 posts - 1 through 7 (of 7 total)
scdecade: that worked
select format(cast(@qtramt1 as bigint), 'd14');
Thank you
April 3, 2020 at 8:16 pm
I am trying to create a row in a table that is created as: CREATE TABLE tax_table ( Data char(275)). Within this table the "Data" consist of 4 fields that are...
April 3, 2020 at 8:10 pm
@qtramt1 = 94500 This just a sample. It is defined as @qtramt1 numeric(11,0). But I need it to expand to 14 positions and zero fill. This is just one of...
April 3, 2020 at 3:19 pm
I would like to express my thanks to all. The answer is that there was another criteria where the class status was incorrectly being checked. I do not...
January 29, 2016 at 2:27 pm
I am trying to use the SECTION_MASTER.YR_CDE (char(4)) to compare to REG_CONFIG.CUR_YR_DFLT (char(4)) minus 1. Then doing it for past year 2 and 3 and etc. back for 6...
January 29, 2016 at 2:04 pm
Yes, I guess. I have seen this command several times, but do not totally know how it works. I have created a table on the database and I...
February 26, 2009 at 11:55 am
Viewing 7 posts - 1 through 7 (of 7 total)