builder.Services.AddSwaggerGen(c =>
{ c.OperationFilter<AddRegionCodeHeaderParameter>(); c.EnableAnnotations(); c.SwaggerDoc("v1", new OpenApiInfo { Title = "Patient Web API", Version = "v1" }); c.OperationFilter<AddRegionCodeHeaderParameter>(); });Wednesday, 23 October 2024
Thursday, 10 October 2024
Same EMployee have 5 recrods to get only one record.
WITH RankedRecords AS (
SELECT
*,
ROW_NUMBER() OVER (PARTITION BY AppraisalID ORDER BY ModifiedDate) AS RowNum
FROM
tbl_EmpCompetencies
)
SELECT *
FROM RankedRecords
WHERE RowNum = 1;
Subscribe to:
Posts (Atom)
kidney stone?
Foods that increase kidney stone risk include those high in oxalates (like spinach, nuts, and chocolate), sodium (processed and fast food...
-
Points 1.complex page layouts and adherence to code standards. 2.primeNG pagination 3.ngcontent 4.ngdestory(memorylekage) 5.datatransfer wi...
-
OLX, like many large-scale online platforms, employs a variety of data structures and technologies to manage its data effectively. While s...