Is there a T-SQL Command that will allow me to SELECT, for example, every ROW where a COLUMN has a specific number of Text Characters? like,
THANKS
F
Code:
SELECT * WHERE TEXT_COLUMN (CHARACTERCOUNT>3000)???
F
Comment