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

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

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -