RE: Can I do this in a SELECT

2001-01-25 Thread Cal Evans
PROTECTED]] Sent: Thursday, January 25, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Can I do this in a SELECT I have a need for a SELECT query... I don't really want any of the data from the select... Rather I need the size of the data basically I need SELECT sum(length(*)) FROM MyDB WHERE

Can I do this in a SELECT

2001-01-25 Thread Jason Terry
I have a need for a SELECT query... I don't really want any of the data from the select... Rather I need the size of the data basically I need SELECT sum(length(*)) FROM MyDB WHERE MyDB.Something LIKE 'this%' - Before posting