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

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

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