Viewing 15 posts - 46 through 60 (of 89 total)
Thanks Scott!
I will review the function CHARINDEX!
Solved
June 12, 2018 at 10:30 am
Thanks, I concur with that . . . i lost sight of the big picture . . . .
May 10, 2018 at 8:14 am
Thom A - i totally agree that my large temp table isnt good code, but i need Duty Rates from Customs and that table is 9500 rows long. My company...
April 25, 2018 at 8:16 am
I am thinking i can concat the BoM name and BoM Qty in a Unique value, then send them to a Tempt Table with the BoM qty in a column,...
April 3, 2018 at 3:28 pm
That sir, is why your'e a GURU . . . . 🙂
Thanks . . . .Much appreciated.
April 3, 2018 at 3:08 pm
Currently I use Excel 2013 . . but can get 2016 . . .
March 29, 2018 at 2:09 pm
Ron, thanks!
Funny you mentioned why the original coder used a HAVING clause when they weren't "HAVING" anything that was being grouped.
There are a couple aggregates in the Select:
March 26, 2018 at 2:42 pm
Agreed . . . their concern is that if it isnt ".053" on a dollar part, why would it be it be ".053" on a million dollar part . ....
March 23, 2018 at 1:49 pm
thanks, but do i HAVE TO round?????
March 23, 2018 at 12:07 pm
Awesome! Works as entered! Solved, thanks!
I
March 20, 2018 at 9:50 am
Thanks for the reply. I want to concat the Filer (code) with the Mode of Transportation . . . .I will then put it in SSRS and create table to...
March 20, 2018 at 9:21 am
Solved my issue . . . . in the second SQL, i changed table to #TEMP2
thanks
March 14, 2018 at 10:43 am
I tried that , but now i get a : There is already an object named '#TEMP1' in the database. error
Do i need an END at the VERY...
March 14, 2018 at 10:31 am
lots of code, but here you go.
I get a SYNtAX ERROR NEAR ELSE
USE GTM_ODS
DECLARE @FTA VARCHAR (10)
SET @FTA= 'KOREA'
if...
March 14, 2018 at 10:07 am
Viewing 15 posts - 46 through 60 (of 89 total)