NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

SELECT FINAL.[Company Name], FINAL.[First Name], FINAL.[Middle Name], FINAL.[Last Name], FINAL.[Contact Name], FINAL.[Address], FINAL.[City], FINAL.[State], FINAL.[QC_Details]
FROM FINAL
WHERE (((FINAL.[Company Name]) In (SELECT [Company Name] FROM [FINAL] As Tmp GROUP BY [Company Name],LEFT([First Name],3) HAVING Count(*)>1 And LEFT([First Name],3) = LEFT([FINAL].[First Name],3))))
ORDER BY FINAL.[Company Name], FINAL.[First Name];





SELECT FINAL.[Company Name], FINAL.[Last Name], FINAL.[Contact Name], FINAL.[First Name], FINAL.[Middle Name], FINAL.[Address], FINAL.[City], FINAL.[State], FINAL.[QC_Details]
FROM FINAL
WHERE (((FINAL.[Company Name]) In (SELECT [Company Name] FROM [FINAL] As Tmp GROUP BY [Company Name],LEFT([Last Name],3) HAVING Count(*)>1 And LEFT([Last Name],3) = LEFT([FINAL].[Last Name],3))))
ORDER BY FINAL.[Company Name], FINAL.[Last Name];




SELECT FINAL.[Company Name], FINAL.[First Name], FINAL.[Last Name], FINAL.[Contact Name], FINAL.[Middle Name], FINAL.[Address], FINAL.[City], FINAL.[State], FINAL.[QC_Details]
FROM FINAL
WHERE (((FINAL.[Company Name]) In (SELECT [Company Name] FROM [FINAL] As Tmp GROUP BY [Company Name],LEFT([First Name],3),LEFT([Last Name],3) HAVING Count(*)>1 And LEFT([First Name],3) = LEFT([FINAL].[First Name],3) And LEFT([Last Name],3) = LEFT([FINAL].[Last Name],3))))
ORDER BY FINAL.[Company Name], FINAL.[First Name], FINAL.[Last Name];





select distinct title from final
where
Not (
InStr(final.title, "director") > 0
or
InStr(final.title, "manager") > 0
or
InStr(final.title, "chief") > 0
or
InStr(final.title, "head") > 0
or
InStr(final.title, "president") > 0
or
InStr(final.title, "chairman") > 0
or
InStr(final.title, "owner") > 0
or
InStr(final.title, "founder") > 0

)



select distinct title from final




SELECT [FINAL].* FROM [FINAL]
WHERE
NOT EXISTS (
SELECT [phontab].[area code] FROM [phontab]
WHERE
Left([FINAL].[phone number],3) = [phontab].[area code]
AND
[FINAL].[state] = [phontab].[state]
)
AND FINAL.[Phone Number] NOT LIKE "899*" AND FINAL.[Phone Number] NOT LIKE "888*"
AND FINAL.[Phone Number] NOT LIKE "877*" AND FINAL.[Phone Number] NOT LIKE "866*"
AND FINAL.[Phone Number] NOT LIKE "855*" AND FINAL.[Phone Number] NOT LIKE "844*"
AND FINAL.[Phone Number] NOT LIKE "833*" AND FINAL.[Phone Number] NOT LIKE "822*"
AND FINAL.[Phone Number] NOT LIKE "811*" AND FINAL.[Phone Number] NOT LIKE "800*"






SELECT S.*
FROM (
SELECT [First Name], [Last Name], Left(Email, InStr(Email, '@') - 1) As Epart, [Contact Name], Email, [QC_Details]
FROM FINAL
) As S
WHERE S.Epart Not Like ("*" & Left(S.[First name],3) & "*") And S.Epart Not Like ("*" & Left(S.[Last name],3) & "*");





SELECT *
FROM Final
where
final.email Like "*[!-._@a-zA-Z0-9]*"



SELECT *
FROM Final
where
FINAL.Email Like "*__*" or FINAL.Email Like "*--*" or FINAL.Email Like "*..*" or FINAL.Email Like "*@@*" or FINAL.Email Like "*." or FINAL.Email Like ".*" or FINAL.Email Like "*@" or FINAL.Email Like "@*" or FINAL.Email Like "*-" or FINAL.Email Like "-*" or FINAL.Email Like "*_" or FINAL.Email Like "_*" or FINAL.Email Like "*.@*" or FINAL.Email Like "*@.*" or FINAL.Email Like "*-@*" or FINAL.Email Like "*@-*" or FINAL.Email Like "*_@*" or FINAL.Email Like "*@_*" or FINAL.Email Like "*.-*" or FINAL.Email Like "*-.*" or FINAL.Email Like "*._*" or FINAL.Email Like "*_.*" or FINAL.Email Like "*-_*" or FINAL.Email Like "*_-*" or FINAL.Email Like "*@*@*" or FINAL.Email Not Like "*@*.*"



     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.