Skip to main content
Filter by
Sorted by
Tagged with
13 votes
5 answers
52k views

I am trying to convert a Db2 query to SQL Server, I came across a construct I am not familiar with: FETCH FIRST 1 ROWS ONLY. This is the query working on db2: select * from products.series where ...
Argentina's user avatar
  • 1,141
0 votes
1 answer
5k views

I'm trying to determine an average temperature over one day, for home assistant. I have linked sensors to home assistant, which send data to phpmyadmin. I can't send the sensors separately via home ...
Tibert's user avatar
  • 25