Viewing 15 posts - 6,661 through 6,675 (of 59,091 total)
Yes that's correct. In the new dataset I renamed RIN# to Cl_ID and License# to VEH. But yes, you would be correct.
Ah.. ok. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:55 am
There are definitely rows without dupes. And in the full dataset that's the vast majority. Any records that have a 1 rownum, (which are not followed by a 2...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:54 am
And, to be sure, you said the following columns are what you used to identify dupes?
,ldate
,RIN#
,Provider_Name
,License#
,pick_up
,drop_off
,Modifier
,CALCULATED_FARE
If that's true, then there's trouble in paradise because there is no RIN# or License#...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:45 am
but I ran the code Scott provided against this dataset and it still works, pulling up two sets of 3 dups. I'm stumped.
Oh no... I'm NOT saying that Scotts...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:27 am
It missed about 4 records which had triple matches...
This is what I'm trying to get at. If you used the old standby of using ROW_NUMBER() to find dupes and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 12:08 am
try adding firstrow option to start data at row 2 - row 1 is headers so it would blow the size of the columns you defined on that table.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 6:48 pm
Actually, I used all of the values listed in the table as the values which identify duplicates (those are what the Row_Number used to create the RowNum column). Does...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 6:38 pm
I had the requirement to put on auditing. I made the server specifications, put in a file, and read the file info a database only the security officer can...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 6:03 pm
Which columns are used to determine if a row is a duplicate or not? I'm not talking about after you use ROW_NUMBER() to mark them... I'm talking about what did...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 6:01 pm
Sounds like an excellent plan.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 2:44 pm
Lowell. THANK YOU. I was overthinking it. Why didn't I think of your first one for the NOT IN. But thanks for the second one as well. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 9:39 pm
smattiko83 wrote:Thanks again for all your help. Did the sample look ok?
A cursory glance says it looks fine. I didn't do a deep dive on it.
I'm shocked!! A...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 9:09 pm
Thanks again for all your help. Did the sample look ok?
A cursory glance says it looks fine. I didn't do a deep dive on it.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 2:59 am
Heh... I got it right but I suck at taking tests even if they're just one question long. I knew the answer without looking at the list of answers but,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2020 at 3:10 pm
GOOD MORNING GRANT!!!!
I recently saw an article about "Self-made men" and it expresses exactly the way I feel. To summarize, I'm definitely not "self-made". I'm where I'm at because of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2020 at 3:51 pm
Viewing 15 posts - 6,661 through 6,675 (of 59,091 total)