Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-11-12 : 08:51:53
|
| Kalpesh writes "Hi there,This is really big probelm ..I ahve search the Integer field data in column having varchar data type...for eg 3000 serach in data base where data may be 3000 1/2.so I could able to get correct data ...can you please tell me how to search this kind of dat without putting any where cluse ...thanks" |
|
|
JustinBigelow
SQL Gigolo
1157 Posts |
Posted - 2002-11-12 : 09:08:28
|
| I don't really follow your question. But more importantly why can't you use a where clause? You can limit your resultset with HAVING but its not recommended unless you need to filter grouped results.m2c,JustinHave you hugged your SQL Server today? |
 |
|
|
|
|
|