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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -