sql - How can I ORDER BY a column Text? -


i'm trying order by column in sql server text type. how can that? couldn't find in internet..

you can't. text deprecated. use varchar(max)


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -