marthirial
IS-IT--Management
SQL Server
I have two tables, one is "description" and the second is "comments" this two tables are related in the way that "description" can have many "comments".
I want to have a column in the table "description" that holds the count of "comments" belonging to such table, so I can display it as the count later on the page.
I have limited knowledge of Store Procedures or scripts in SQL , so an script would be greate for me to adapt.
Thanks
I have two tables, one is "description" and the second is "comments" this two tables are related in the way that "description" can have many "comments".
I want to have a column in the table "description" that holds the count of "comments" belonging to such table, so I can display it as the count later on the page.
I have limited knowledge of Store Procedures or scripts in SQL , so an script would be greate for me to adapt.
Thanks