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 |
|
prabhudoss
Starting Member
1 Post |
Posted - 2008-05-29 : 13:53:31
|
| Hi guys, am prabhakaran....i tried to fetch a table from DB which has more number of records...but am nt able to fetch the table...if anyone of u guys knows the query,help me...if u know the query na just do post it to my mail id prabhakaran.k@c2il.com (or ) to my personal mail id prabhakarandoss@yahoo.co.inPrabhakaran.K |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-05-29 : 13:57:17
|
| fetch a table? what do you mean? cant you use a simple select statement? |
 |
|
|
Topaz
Posting Yak Master
199 Posts |
Posted - 2008-05-29 : 14:11:03
|
| select * from (table_name)replace the * with your different field names in that table...eg select website from table_A |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-05-30 : 04:02:16
|
| <<i tried to fetch a table from DB which has more number of records...>>Can you post what you have tried?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|