Find Jobs
Hire Freelancers

Create a SQL Server Query for data from single table

$10-30 USD

Terminado
Publicado hace casi 9 años

$10-30 USD

Pagado a la entrega
I have attached data from a table. I need it to return the only the records with the oldest date and time for each eItemKey. Project budget is $10 firm. Correct SQL Server syntax required. See attached spreadsheet with data and fields.
ID del proyecto: 7956945

Información sobre el proyecto

64 propuestas
Proyecto remoto
Activo hace 9 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
select eItemKey, max(eInsertDateTime) OVER (PARTITION BY eItemKey) AS maxdate from tablename i hope this will work for you
$10 USD en 1 día
4,8 (20 comentarios)
4,4
4,4
64 freelancers están ofertando un promedio de $18 USD por este trabajo
Avatar del usuario
dear allow me to help you i am a db administrator this is very simple
$13 USD en 1 día
5,0 (7 comentarios)
6,8
6,8
Avatar del usuario
Hi Sir/Madam. Ready to start. Thanks. Our slogan :  ** What we do, you can find elsewhere ** ** How we do it, makes all the difference **
$15 USD en 1 día
5,0 (110 comentarios)
6,2
6,2
Avatar del usuario
I am 8+ Years of Experienced Software Developer. ASP .Net , C# , VB .Net , Visual Basic, Excel VBA , MS SQL Server , MYSQL , Oracle , MS Access, Crystal Report, Telerik , Bootstrap , HTML 5 , CSS , Java Script are my working domain. I am confident to complete the project.
$25 USD en 1 día
4,9 (33 comentarios)
5,0
5,0
Avatar del usuario
Hi, I am 16+ years experienced oracle Certified Database Programmer at CMMI-5 level company. I am working on : RDBMS: MS Access, Oracle,MySQL,MSSQL Server 7.0/2000/2008R2 and Onwards. Data Base Tools : Database Configuration Assistant, Database Migration Assistant, OEM, SQL/Oracle Trace, EXP/IMP, SQL*Loader, RMAN,Oracle Foms, Oracle Reports, ADF I Can do your work easily. Let me know when we can discuss
$25 USD en 1 día
4,0 (27 comentarios)
5,4
5,4
Avatar del usuario
You would like an SQL query that will return only one entry with the oldest date/time? It appears there is only one field in this .csv... are these separate fields in your sql database?
$25 USD en 1 día
5,0 (4 comentarios)
4,0
4,0
Avatar del usuario
i see attach csv and ready to do this query and execute it lets start this job done and ready to start Thank you
$15 USD en 0 día
4,5 (3 comentarios)
4,1
4,1
Avatar del usuario
Hi, I'm high rated coder from Ukraine. I've more than 12 years in the experiences of the database developing. My skills are includes MS SQL, PostgreSQL, SQLite, MySQL, MS Access, Sybase etc. Would you like to have T-SQL query to collect data? In this case, I'll need the table name. Thanks, Andriy
$10 USD en 1 día
5,0 (14 comentarios)
3,4
3,4
Avatar del usuario
I have 3 years expertise developing software by .NET and SQL SERVER. I can help you finish this project with the best quality.
$15 USD en 0 día
4,6 (4 comentarios)
3,2
3,2
Avatar del usuario
Hi, I can provide you with the query as I prepared good number of complex queries as part of sql development work. hope to hear from you regards Babu
$15 USD en 1 día
5,0 (1 comentario)
2,9
2,9
Avatar del usuario
can you please explain what you mean by oldest exactly? the 10 oldest for exampe ?
$10 USD en 1 día
5,0 (3 comentarios)
2,5
2,5
Avatar del usuario
A proposal has not yet been provided
$25 USD en 0 día
5,0 (1 comentario)
2,2
2,2
Avatar del usuario
Hello, I have total 5 years of experience in various DBs like MS SQL server, MySQL, Oracle, DB2, Postgres etc. I also have very good command on SQL and PL/SQL. I really want to work on project as my skill sets best matches with your requirements and I assure 100% result in minimum time. Thanks for considering my profile in advance. Best Regards!!
$10 USD en 1 día
5,0 (2 comentarios)
1,1
1,1
Avatar del usuario
sql expert here you need to hair me i can fix your problem i have 3 year experince just new on free lancer thanks regards tayyab
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I need to understand the requirement correctly. Do u want one record of oldest time every day? Once I have answer I can do it.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I can do this. Freelancer cuts 5$ per project.. So If your budget is 10$ then I will get only 5$ thats why bidding 15$ Thanks
$15 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
A proposal has not yet been provided
$10 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
ear Buyer, I am interested very much for the specific project, due to my great experience in databases(Oracle,My SQL,Ms Access). If you would like to work with me, my strategy/method is be listed below: 1) Upload initial data to a Table(Oracle Express or My sql) 2) Data processing(Sorting,spliting,updating is much more easy here, also with minimum errors) 3) Check the results, find bugs/errors 4) Export the final data in xls format. Thanks in advance Jim
$20 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I have read your job description and I can surely meet the requirement of your job. I will deliver your work at my best earliest. You may also discuss it with me on Skype before selection. Please if you have any queries do let me know before the acceptance of proposal. Thanks Awaiting for your reply. Details: Skype: hmasif0f Programming languages and Databases: iOS, Android, C, C++, Objective-C, Java, C#(.NET), ASP.NET, VB.NET, MVC, Entity Framework, LINQ, PHP, Codeigniter, HTML, CSS, JavaScript, JQuery, AJAX, JavaServlet, XML, JSON, APIs, Web Services, MySql, Oracle, SQL MS-Office: Word, Excel, Access and Power Point
$15 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
two queries are given below ... i am doing it for fun ... its up to you ... at least you should put a review if you cannot pay .. first query ... SELECT * FROM [EmployeeAck] where eInsertDateTime = (select min(eInsertDateTime) FROM [EmployeeAck]) second query .. SELECT TOP 1 [eInsertDateTime] ,[eID] ,[eItemKey] ,[EmployeeID] FROM [EmployeeAck] order by eInsertDateTime asc both do the same job ... i added your database on my server and tested them ... both check saved time stamp in database and based on it took oldest record ... ... My Pleasure to that ... God Bless You...
$10 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
A proposal has not yet been provided
$12 USD en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
Muskegon, United States
5,0
69
Miembro desde oct 31, 2013

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.