Запрос пользователя ChatGPT для сравнения значений в таблице SQL Server
Может ли кто-нибудь помочь поделиться сообщением с подсказкой пользователя Chat-GPT, чтобы получить приведенные ниже показатели из таблицы SQL Server?
SQLTable: APIResponse
a. Get APINames who has performance improvement in RunID 25 when compared to RunID 22
This will return below result
APIName, ResponseTimeinSecs, RunID
API2,2,25
API3,3,25
b. Get APINames who has performance improvement in latest Run when compared to previous run
This will return below result. Based on RunDate, RunID 25 is latest and 22 is previous run so it needs to compare 25 with 22.
APIName, ResponseTimeinSecs, RunID
API1,2,25
API2,3,25