Skip to main content

All Questions

Tagged with
7 votes
3 answers
2k views

Sorting three Decimal values

I have been given three values: @lLength, @lWidth, @lHeight. I need to take these ...
BenVlodgi's user avatar
  • 4,278
3 votes
4 answers
2k views

Shifting records in SQL Database while sorting with algorithm

I have a table in a SQL Server database, which holds information of some images, and the relevant gallery of them. The columns are like: ImageId, ...
Saeed Neamati's user avatar