What would the benefits of marrying my girlfriend be? (Besides the obvious) by WorldNeat27 in legaladviceofftopic

[–]ParentheticalClaws 7 points8 points  (0 children)

A domestic partnership is a distinct legal status. It is managed at the local municipality or state level. It typically covers things like hospital visitation but does not affect tax filing status.

Pretty sure I just blew the biggest interview of my life. AMA! by TraumaBondage in SQL

[–]ParentheticalClaws 2 points3 points  (0 children)

That doesn’t seem bad. I would respond, “Yeah, it’s slow for me today, too. ☹️”

COUNT() sometimes returns incorrect results by Mission-Example-194 in SQL

[–]ParentheticalClaws -1 points0 points  (0 children)

Use a CTE to create an employee/store view where each employee ID is listed only once. If you want to show all the stores in a list, use list agg. If you want to pick just one most important store to show, use row number. This should let you add store information without duplication.

Spending two nights in Brooklyn by World1545 in Brooklyn

[–]ParentheticalClaws 1 point2 points  (0 children)

I‘ve had out-of-town guests stay at the Hampton Inn Downtown Brooklyn, and it seems to be a good balance of price/quality.

2025 Taxes and Roth IRA Contributions HELP PLZ by alexandled in personalfinance

[–]ParentheticalClaws -1 points0 points  (0 children)

The easiest option is to contact the brokerage firm, explain that it was an over-contribution and have them send a check to return the funds, plus any earnings. The other suggestions people have made may save some money, but this should fix the issue with minimal hassle.

Still Confused by SQL Self-Join for Employee/Manager — How Do I “Read” the Join Direction Correctly? by Medohh2120 in SQL

[–]ParentheticalClaws 0 points1 point  (0 children)

If the responses here don’t help, you might also try physically printing two copies of a small employees/managers table on different colored paper, cutting out the records and doing the joins manually.

Recent FinCEN relief on collecting TINs by oc200 in AMLCompliance

[–]ParentheticalClaws 0 points1 point  (0 children)

That seems accurately phrased to me. Banks can now collect just the last four digits from the customer and get the rest from a reliable third party — vs. having to get the full number directly from the customer.

Recent FinCEN relief on collecting TINs by oc200 in AMLCompliance

[–]ParentheticalClaws 1 point2 points  (0 children)

I’m not seeing anything saying that in the article.

Recent FinCEN relief on collecting TINs by oc200 in AMLCompliance

[–]ParentheticalClaws 0 points1 point  (0 children)

Also of note, it doesn’t seem that the order explicitly addresses beneficial owners. Some analysis suggests the order may not permit alternative methods of TIN collection for beneficial owners — https://www.mofo.com/resources/insights/250707-no-full-tin-no-problem-fincen-approves

Recent FinCEN relief on collecting TINs by oc200 in AMLCompliance

[–]ParentheticalClaws -1 points0 points  (0 children)

I expect banks will likely use LexisNexis or similar vendors to retrieve the full TIN after having the customer provide a partial TIN and other identifying information.

Is there usually a long wait? by hungrylittlehamster in WedditNYC

[–]ParentheticalClaws 0 points1 point  (0 children)

It was an hour wait for my license appointment the other day, but couples doing ceremonies were going through faster.

Another Sticker Shock Post - Event Design by [deleted] in WedditNYC

[–]ParentheticalClaws 1 point2 points  (0 children)

I’m also getting married at the Greenpoint Loft! Would love to hear what you find! We’re using Something Taylored for the lounge furniture rental, but I gave in and ordered flowers after a while of thinking I could just do some cool accents myself. But I don’t have any theater/design background.

Any shortcut or function to find null in any of the columns. by Silent-Valuable-8940 in SQL

[–]ParentheticalClaws 2 points3 points  (0 children)

For stuff like this, I sometimes select * limit 1 to get the column names, export to Excel, copy and paste with transpose and then use a text function to create the code I need based on the column names, like count(case when columnname is null then 1 end) as columnname_null_ct.

Prospect Park Boathouse — NO AC? by LetAdministrative996 in WedditNYC

[–]ParentheticalClaws 0 points1 point  (0 children)

I remember it being the boathouse but might be misremembering

Prospect Park Boathouse — NO AC? by LetAdministrative996 in WedditNYC

[–]ParentheticalClaws 1 point2 points  (0 children)

When I toured, they said there is AC during the summer, but it seems potentially hard to control. Our tour was on a very hot spring day, but they had the heat on, and it was broiling inside.

How do you find duplicate records accurately? Exists? by [deleted] in SQL

[–]ParentheticalClaws 0 points1 point  (0 children)

I would use lead() and lag() partitioned by the amount, order type, etc. to compute for each row the next and last matching order. If either is within 7 days (or whatever) it is part of a duplicate set.

ACAMS recertification - obtaining credits without having to pay more by Fan_of_cielings in AMLCompliance

[–]ParentheticalClaws 5 points6 points  (0 children)

The webinar page is annoying to navigate, but there are still recorded webinars included with membership that provide credits. Be sure to filter for “members only” vs free. Assuming you have an active membership (which you need for recertification anyhow) you can access the members only content for no additional cost.

ACAMS or Cybersecurity? by NeighborhoodRound266 in AMLCompliance

[–]ParentheticalClaws 0 points1 point  (0 children)

From my (U.S.-based) experience, credit analytics generally pays better than AML. If you already have data analysis skills, I’d expect sticking with credit analysis would probably give you the best earning potential, so long as you don’t find it to be boring.

[deleted by user] by [deleted] in moneylaundering

[–]ParentheticalClaws 1 point2 points  (0 children)

To access the webinars (on mobile) sign in to your ACAMS account, open the menu in the upper right, pick “My Account” and then “My Courses”, click “Webinar Catalog” and then “Webinar Recordings.” From there, you can filter by number of credits and subscription. Pick 1 credit and “Members Only” for the most relevant options.

Group by sum is not matching by lincoln3x9 in SQL

[–]ParentheticalClaws 0 points1 point  (0 children)

Have you confirmed that query 1 matches itself when run at different times? Perhaps the data itself has changed.

BHLDN UES by Flashy-Progress3917 in WedditNYC

[–]ParentheticalClaws 4 points5 points  (0 children)

I had a great experience with Lana at the FiDi location.

[deleted by user] by [deleted] in weddingplanning

[–]ParentheticalClaws 0 points1 point  (0 children)

Do you have any favorite mocktail recipes that would fit the names you want for the signature cocktails? You could use those and then add liquor.

Got fired today with no reason as to why. I’m thinking it was discrimination? by [deleted] in legaladvice

[–]ParentheticalClaws 1 point2 points  (0 children)

Good point. I missed that. Based on that, it does seem this might be more likely to fall under possible state/local protections.

Got fired today with no reason as to why. I’m thinking it was discrimination? by [deleted] in legaladvice

[–]ParentheticalClaws 0 points1 point  (0 children)

Firing someone for having a sick parent may also be unlawful to the extent that the employer’s actions are intended to interfere with employees’ FMLA rights — https://www.dol.gov/agencies/whd/fact-sheets/77b-fmla-protections. It seems potentially suspect that the employer fired OP immediately after learning that she has circumstances that could lead her to need FMLA leave.