SQL Server: select without order -


i using where in condition in sql server. want result without order, because gave list 'where in' condition.

for example

select * blabla column in ('03.01.ko61.01410', '03.02.a081.15002', '03.02.a081.15016', '03.02.a081.15003', '02.03.a081.57105') 

how can do?

due experience, sql server randomly order result set where-in clause if not specify how order it.

so, if want order where-in conditions, must define data item order passed. otherwise, sql server randomly order resultset.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -