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 |
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2010-04-27 : 05:22:51
|
Hi ,how i generate serial no in table.syntax :=RowNumber("tablename") .Doubt : i am getting value to join multiple tabel.if i hv assisgn one table name its showing error msg.Note :i don't want to generate serial no from sql query.Regards,avijit |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-27 : 06:11:20
|
i am getting value to join multiple tabelsorry didnt get. join which table?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2010-04-27 : 07:10:12
|
when i retrive data ... i hv used 3/4 table .so =RowNumber("tablename") above syntax which table name should i need to mention?Regards,avijit |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-27 : 07:17:14
|
tablename means the name of container table used in sql report not your dbtable. or you may give dataset name itself if you're not doing any filtering/grouping inside table container------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2010-04-27 : 07:35:58
|
Thanks...Regards,avijit |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-27 : 07:49:20
|
welcome------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|