Show particular record in first row in SQL Server -


i have query this:

select shipviacode  tbl_vw_epicor_shipvia_master 

and getting output:

air chrt comp co20 co40 cspu fedx nfrt ser trck 

i want first row 'trck', how can re-write query?

select shipviacode tbl_vw_epicor_shipvia_master order shipviacode desc; 

cheers :)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -